Hi al,
I am running a panel model on the effect of promotion on working performance.
I tried to implement a hausman test for deciding if i shall use fe or re:
delivers the following output:
Does anyone have experience with this problem? I fail to understand why the test will not work.
Best, Alexander-Florian
I am running a panel model on the effect of promotion on working performance.
I tried to implement a hausman test for deciding if i shall use fe or re:
Code:
xtreg (variables), fe ewstimates store fe xtreg (variables), re estimates store re
Code:
Test: Ho: difference in coefficients not systematic chi2(23) = (b-B)'[(V_b-V_B)^(-1)](b-B) = -4.65 chi2<0 ==> model fitted on these data fails to meet the asymptotic assumptions of the Hausman test; see suest for a generalized test
Best, Alexander-Florian
Comment