Hi Dears,
I am having an unbalanced panel data with 780 observations and I have run fixed effetcs and random effects for my analysis.I have used the following commnads to run the model .my problem is that while running hausman test it is showing that hausman test can be run for robust options .later i found that rhausman is the command to use while doing robust fe re models.but still i am getting error results .can anyone help me in this line ?
xtreg x1 x2 x3 ,fe vce (robust)
estimate store fe
xtreg x1 x2 x3 ,re vce robust
estimate store re
Thankyou so much
Comment