I am dealing with panel data on 19 UK industries from 1997 to 2018. To test which estimator is most appropriate (pooled OLS / fixed effects / random effects), I run the following regressions.
regress log_y log_rdstock log_kl100000 im log_hc i.year, robust cluster(ID)
xtreg log_y log_rdstock log_kl100000 im log_hc i.year, fe cluster(ID)
xtreg log_y log_rdstock log_kl100000 im log_hc i.year, re cluster(ID)
The Breusch-Pagan test (xttest0) returns a p-value equal to 0. I then attempt to conduct a Hausman test using the following.
estimate store fe
estimate store re
hausman fe re, force
The difference (b - B) for each variable is reported as 0, and the Prob>chi2 is reported as "."
Can anyone explain why my Hausman test is producing these results, and how to amend the issue?
Thanks
Related Posts with Hausman Test issue: difference = 0 for every regressor
Cointegration testHi i am doing panel analiz for banking sector i have data for 8 year for 231 banks the panel data d…
Potential problems with probit models and SolutionsDear all users of Statalist, I'm currently working on the my master thesis with the topic of farmer…
multi level ordinal regression ?crossed effectHi, Hi, I want to run a multi-level ordinal logistic regression in which people have completed an…
Interaction effect between two non-dichotomous categorical variablesDear all, I would like to view the interaction effect between education level and age while trying …
combine variable names Hello statalisters, I have a question regarding stata operation. I have 2 lists of variable names a…
Subscribe to:
Post Comments (Atom)
0 Response to Hausman Test issue: difference = 0 for every regressor
Post a Comment