Hi! my name is Karina. I run a Hausman test on my stata using command:
quietly xtreg ecgrowth jubgrowth sukubunga inflation, fe
estimates store fe
quietly xtreg ecgrowth jubgrowth sukubunga inflation, re
estimates store re
hausman fe re
and it come up with this:
chi2(3) = (b-B)'[(V_b-V_B)^(-1)](b-B)
= -2.36 chi2<0 ==> model fitted on these
data fails to meet the asymptotic
assumptions of the Hausman test;
see suest for a generalized test
after searching for a little while, i found another option for doing the hausman test; it's either using xtoverid or sigmaless/sigmamore. Later, i try to use this as my command:
xtreg ecgrowth jubgrowth sukubunga inflation if t>=2004 & t<=2021, re
xtoverid
di r(j)
est store re
xtreg ecgrowth jubgrowth sukubunga inflation if t>=2004 & t<=2021, fe
hausman fe re, sigmaless
is this the right command to run the hausman test? if not, then would anyone help me to give the right command? im so confused and on the edge of a thesis deadline. Thank you for anyone replying!
Related Posts with Hausman Test Failed
Generating groups by sets of consecutive numbersI am trying to create a new id variable in a dataset by id and a set of consecutive numbers. For exa…
Getting formula rightDear all, I want to calculate the following decomposition below, which synthesizes how much of the …
Fe glsHello, My data is suitable for FE model but with heteroscedasticity and autocorrelation, I want to c…
Understanding Monte Carlo simulations in "When Should You Adjust Standard Errors for Clustering?" (Abadie at al, 2017)Hi statalist members, This is my first post here so pardon me if I deviate from the established eti…
Choose Referans CatogryHello, I m working on a panel with GMM. I want to choose the reference category by myself. However, …
Subscribe to:
Post Comments (Atom)
0 Response to Hausman Test Failed
Post a Comment