Hello and thank You in advance!
I have read this thread (https://www.statalist.org/forums/for...utocorrelation), and would like to ask for advice in a fairly similar case.
I have an unbalanced panel with 220 obs, 20 groups, and T=13. I have used a Hausman test to determine I should use FE
I have then run the Woolridge test for autocorrelation (xtserial)
And finally the modified Wald test for heteroscedasticity (xttest3)
And it seems my panel suffers from both, autocorrelation and heteroscedasticity.
My question is, I have run the model with xtreg, fe robust as well as xtscc (because it was suggested in one "email chain" on stata website) and I get results with quite significantly different p-values on certain variables between these two regressions. I am unclear on whether if xtreg with robust is enough to solve the issues, or would xtscc be preferred.
Thank You in advance,
Sam
I have read this thread (https://www.statalist.org/forums/for...utocorrelation), and would like to ask for advice in a fairly similar case.
I have an unbalanced panel with 220 obs, 20 groups, and T=13. I have used a Hausman test to determine I should use FE
Code:
Test: Ho: difference in coefficients not systematic chi2(9) = (b-B)'[(V_b-V_B)^(-1)](b-B) = 95.48 Prob>chi2 = 0.0000
Code:
Wooldridge test for autocorrelation in panel data H0: no first-order autocorrelation F( 1, 19) = 11.289 Prob > F = 0.0033
Code:
chi2 (20) = 3888.34 Prob>chi2 = 0.0000
My question is, I have run the model with xtreg, fe robust as well as xtscc (because it was suggested in one "email chain" on stata website) and I get results with quite significantly different p-values on certain variables between these two regressions. I am unclear on whether if xtreg with robust is enough to solve the issues, or would xtscc be preferred.
Thank You in advance,
Sam
Comment