I am running an ARDL model in the form:
Code:
reg y l.y x1 l.x1 x2 l.x2
Code:
estat durbinalt
Code:
estat bgodgrey
Code:
newey y l.y x1 l.x1 x2 l.x2, lag(3)
On a different line, assuming there is no serial correlation (so for instance at lag 1 or 2 and I do not run a test for lag 3), why would
Code:
newey
Code:
regress, robust
Thank you very much for your help. Best,
Michele
0 Response to Newey-West HAC standard errors smalle than robust ones
Post a Comment