Hello everybody!
I am running the following models:
1. xtreg DepVar IndepVar1 IndepVar2 IndepVar3, fe. - Fixed effects model
2. xtreg DepVar IndepVar1 IndepVar2 IndepVar3, re. - Random effects model
In both models, the three independent variables result significant (p-value < 0.05 and <0.01). Then I run Hausman test as follows: hausman fixed random, sigmamore. Hausman test rejects Ho, and this suggests me to use Fixed Effects Model.
However, I tried also the following models, using vce(robust):
3. xtreg DepVar IndepVar1 IndepVar2 IndepVar3, fe vce(robust).
4. xtreg DepVar IndepVar1 IndepVar2 IndepVar3, re vce(robust).
In this case, in model 3 IndepVar1 resulted not significant and the other variables resulted significant. In model 4 all variables resulted significant.
I would like to understand why in model 3 IndepVar1 could have resulted not significant and in model 4 they all resulted significant. In models 1 and 2, Hausman test suggested me to trust fixed effects model. In the case of models 3 and 4, how could I know which model to trust? What does the command vce(robust) do exactly? What is the estimator used by this type of regression?
Thank you for reading me!
Best regards!
Related Posts with xtreg fe; xtreg re; hausman; vce(robust)
Trailing but not leading zeros in display formatI would like to display a set of probabilities at two decimal places but with no leading zeros. E.g.…
How to count firm number in panel data?Hello, I have some troubles in counting the firm number in panel data. I have 3741 fiscal year obse…
graph x-axis not legibleI used the code below to generate the attached plot but the values on the x-axis are not legible. Ki…
Color for figure: twoway (tsline)Hi all, I am making a figure and I would like to differentiate between colors. Specifically, I want…
GMM estimation and Agumented taylor ruleHow to estimate the four parameters of the Augmented Taylor Rule i_t=(1-ρ)α+(1-ρ)βπ_(t+n)+(1-ρ)γx_t+…
Subscribe to:
Post Comments (Atom)
0 Response to xtreg fe; xtreg re; hausman; vce(robust)
Post a Comment