Hello,
I am working with panel Data, where t=6 and i= 550 and Stata IC16.
I have run a fixed effects regression -xtreg, fe - and afterwards regressed the residuals on the residuals of the prior period.
[predict residuals][/regress residuals l.residuals]
The result is a= 0,69 and T statistics = 47,36 which indicates strong positive serial correlation AR(1).
Question I: If I apply the Woolridge Test and use the same command, except xtserial instead of xtreg,
[xtserial math4 aexpp lunch enrollment y95 y96 y97 y98]
it indicates no serial correlation. Is this because I can not specify that I am using a fixed effects model, and is there an additional test that I can run?
Question II: What is the best option to control for Serial Correlation AR(1) ?
I have tried vce (cluster id), xtregar, and xtscc but I am really unsure which gives me the right result.
I really would appreciate some help,
thank you!
Ps. : I really try to improve the way I am asking questions by using the # command - but unfortunately it doesn't highlight my Stata code..
Related Posts with Panel Data Fixed Effect - Autocorrelation Problem
Substantially different estimates for variance of random effects for different estimation techniquesDear Statalisters, I currently analyze an unbalanced panel with about 200 different firms and aprxi…
quasi-panel made out of cross-sectional dataHi all, Does anybody know how to create a quasi-panel data out of the cross-sectional data. I have a…
fixed effects specification: dummies (LSDV) vs within estimatorHello everyone, I have a question on the various specifications of a fixed effect model. I always …
Stata odbc query column labels from impalaI am trying to access data from impala sql into Stata: Code: clear all #delimit; odbc load, exec…
Chow test in panel dataHi all, My estimated equation takes form of: ln(I)=B1ln(w1)+B2ln(w2)+B3ln(w3)+(control variables)+e…
Subscribe to:
Post Comments (Atom)
0 Response to Panel Data Fixed Effect - Autocorrelation Problem
Post a Comment