Hi All,
I was trying to check for autocorrelation after running var command using:
I get the error message the lags of residuals may not be collinear with the dependent variables, or their lags r(198);
The r(198) link in stata really has no helpful information. the stata manual leads me to the code below but I get the same error
How do I resolve this?
I was trying to check for autocorrelation after running var command using:
Code:
varlmar
The r(198) link in stata really has no helpful information. the stata manual leads me to the code below but I get the same error
Code:
varlmar, mlag(5)
Comment