I'm not sure how to find and save the residuals from a Dickey-Fuller test, because I find no information whether or where these residuals are stored.
So am I wrong if I suppose, it's similar as in a linear regression and write:
According to my assumption the residuals should now be stored in "resid". If I list "resid", I receive indeed a time series that looks like residuals.
But I want to be sure, since I do not find any information in the Stata Manual entry for "dfuller" that tells me wether a dfuller test stores the residuals.
Thanks a lot for any clarification!
John
So am I wrong if I suppose, it's similar as in a linear regression and write:
PHP Code:
dfuller RealGDP, lags(4)
predict resid, residuals
But I want to be sure, since I do not find any information in the Stata Manual entry for "dfuller" that tells me wether a dfuller test stores the residuals.
Thanks a lot for any clarification!
John
Comment