Make Resid Command Unable to Select standardized Resid
Posted: Thu Oct 19, 2017 8:05 pm
When I click on the desired equation object and navigate to:
proc --> make residual series -->
I only see 1 option: "ordinary". "standardized" and "generalized" are greyed out. Is there something I can try troubleshooting to figure out why it is greyed out?
I also tried using the command:
However when I examined the series using:
I found that neither returned what one would expect for a standardized residual series. I suppose the make resid command ignored my "s" argument and defaulted to ordinary residuals.
Here is some specific information:
Eviews Version: 9
estimator: least squares
proc --> make residual series -->
I only see 1 option: "ordinary". "standardized" and "generalized" are greyed out. Is there something I can try troubleshooting to figure out why it is greyed out?
I also tried using the command:
Code: Select all
eq01.makeresid(s) standardized_residCode: Select all
@mean(standardized_resid)
@var(standardized_resid)Here is some specific information:
Eviews Version: 9
estimator: least squares