Page 1 of 1
Question about Autocorrelation
Posted: Fri Dec 11, 2015 7:41 am
by Ynwe
Hey,
In my output I have an obvious issue with autocorrelation. Durbin-Waston has a value of 1.1 and a Q-Statistic under Residual Diagnostics shows me pretty much that I have autocorrellation. So I add an AR (1) term. Now durbin watson goes up to 1.6, the Q-Statistic overall seems to be fine too now, but one of my key variables has a p value increase from .0347 to .21. The AR term itself is significant at a 5% level (0.0404). What does this mean? Does this mean I have to throw that variable out now, given that I add a AR 1 term?
Re: Question about Autocorrelation
Posted: Fri Dec 11, 2015 8:09 am
by startz
The fact that a variable is "insignificant" does not mean you should throw it out.
Re: Question about Autocorrelation
Posted: Fri Dec 11, 2015 3:02 pm
by Ynwe
The fact that a variable is "insignificant" does not mean you should throw it out.
but why does the adding of an AR term suddenly render a variable insignificant?
Re: Question about Autocorrelation
Posted: Fri Dec 11, 2015 3:05 pm
by startz
Generally because when serial correlation is ignored the reported standard errors are wrong. Adding AR(1) gives the correct standard errors. In addition, sometimes serial correlation indicates misspecification.
Re: Question about Autocorrelation
Posted: Sat Dec 12, 2015 2:55 am
by Ynwe
Generally because when serial correlation is ignored the reported standard errors are wrong. Adding AR(1) gives the correct standard errors. In addition, sometimes serial correlation indicates misspecification.
so this means, that in the original output, the standard errors were wrong due to a AR taking place that the model was ignoring. This led to GDP being given as a significant variable due to miscalculations. Adding an AR term yields it insignificant at a high level. so due to the addition of the AR term, we know that the past values are explaining present and future values to a certain extent and that the GDP variable does actually not add significant information to the regression that I originally thought it was doing. Is there anything else to say about AR and the Variable GDP?
Also, the SC, AIC and Hannan-Quinn Criteria haven't improved by much between these two modells. Wouldn't this mean that the addition of the A term overall only made the new model only very slightly better than the older one`?
Re: Question about Autocorrelation
Posted: Sat Dec 12, 2015 7:51 am
by startz
That seems right.