I am trying to estimate a between effects model with the following command :
When I try to add the option for robust standard errors, Stata tells me that this option is not allowed. Is there a reason for this ?
By looking at a fitted vs. residuals plot of my regression, I seem to be experiencing heteroskedasticity, but if I cannot use robust standard errors, what can I do to take this into account ?
Code:
xtreg Y X, be
By looking at a fitted vs. residuals plot of my regression, I seem to be experiencing heteroskedasticity, but if I cannot use robust standard errors, what can I do to take this into account ?
Comment