Regression with an ar(1) or x(-1) term
Posted: Thu Nov 15, 2012 6:55 am
Hey!
This might be a stupid question but, is there a difference between using the term ar(1) for a regressor, or just using x(-1)?
I do this regression
and it is different than
Eviews 7
Regards.
This might be a stupid question but, is there a difference between using the term ar(1) for a regressor, or just using x(-1)?
I do this regression
Code: Select all
ls ltv c ar(1) dumbCode: Select all
ls ltv c ltv(-1) dumbRegards.