I would like to show in a table the prob>chi2 of 2 Hausman tests. Is this possible?
This I am doing:
hausman FE_1 RE_1, sigmamore
estimate store HAU_1
hausman FE_2 RE_2, sigmamore
estimate store HAU_12
estimates table HAU_1 HAU_2, b(%7.3g) p(%4.3f) stats(N r2)
I'm new to stata, I'd appreciate the help.
Related Posts with Help estimates table and Hausman test
Problem in String Matching using listsI have sample individual addresses data which is pretty unclean. There more than 400000 observations…
use loop (e.g., foreach) across two vars to derive a third var (30 iterations)Hello All, I have 30 pairs of variables from which I need to derive 30 new variables. I'd like to u…
GSEM in STATAHello. I'm a new user of STATA and struggle to get thinks done. I want to build a GSEM model where t…
Esttab problem with interaction fixed effectHello, I am using a survey dataset (the World Values Survey) and trying out the following code in S…
Granger test and var (xtvar, prHi everyone, I am encountering a few problems when I tried to run var codes to be followed by a Gra…
Subscribe to:
Post Comments (Atom)
0 Response to Help estimates table and Hausman test
Post a Comment