I would appreciate if you could let me know which Stata's command should be used to estimate a pooled data. In fact,
Chow test rejects fixed effects
Breusch pagan rejects random effects
Therefore, pooled estimation is needed but I don't know what is the difference between these two commands:
Code:
regress y x xtreg y x, pa (population averaged)
Besides, could you please let me know how to test heteroskedasticity for random effects (xxtest3 just tests heteroskedasticity for fixed effects)? I also found that LR test is used to do it but it was for xtgls not for xtreg.
Note: the number of companies are greater than the periods i.e., N>T.
Thanks in advance.
Comment