1

I ran a regression and the intercept is statistically insignificant (the p-value is greater than 0.05). I tried to look in some textbooks as to how to handle this scenario but I am still unsure. One textbook I looked at 'Basic Econometrics'by Gujarati and Porter says that if the intercept is insignificant then we have a regression through the origin and that if we remove the intercept, in this case, the model will be more precise. On the other hand, 'Introductory Econometrics'by Chris Brooks says that even if the intercept is insignificant, we should not remove it from the model.

Which one of these textbooks is correct? Should I leave the insignificant intercept in the model or run a regression through the origin?

user198848
  • 13
  • 1
  • 5

1 Answers1

2

If the true data generating process implies that Y=0 whenever X=0, then exclude the intercept, otherwise keep the intercept, even it is not significant. One example of this: response variable (Y) is distance the can run, and the covariate (X) is volume of gasoline consumed by the car. When X = 0, Y = 0.

user158565
  • 7,032
  • 2
  • 9
  • 19
  • There are many reasons not to follow this advice. See https://stats.stackexchange.com/questions/102709/when-forcing-intercept-of-0-in-linear-regression-is-acceptable-advisable/102712#102712 – kjetil b halvorsen Nov 26 '18 at 09:16
  • Thanks for the link. I read and saw that it was pointed out that the insignificance of the intercept is not enough to remove it from the model. So is it that we remove the intercept only when we have strong theoretical reason to believe that when x=0, y must also equal 0? – user198848 Nov 27 '18 at 00:26