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
Appending datasets by keeping the common variabels onlyHi, I want to append datasets for various countries, each of which contains variables that others do…
ARDL short run and long run InterpretationHi everyone, This is the first time I use Stata for my paper so I am confused a lot. I’m doing my re…
Creating categories and line plotsI would like to create 3 categories -- US, Non-US, and Non-US Developed -- using the variable countr…
Replace missing values by system-missing '.' if label value is "Manquant"Hello, I have a survey where most variables have a different code for missing values, I need to uni…
Can I have two lines and one histogram in the same graph?Hi all, I would like to draw a graph with three information: 1. Age on y-axis(1) 2. Gender on y-axi…
Subscribe to:
Post Comments (Atom)
0 Response to Hausman Test issue: difference = 0 for every regressor
Post a Comment