Hello,
I have a question about a regression I am running. I ran the regression using the code "regress y x1 x2 x3" but found using the "hettest" and "rvfplot" commands that there are some concerns about heteroskedasticity. As a result, I transformed my dependent variable to ln(y) and ran the regression using the code "regress ln(y) x1 x2 x3". That seemed to fix the problem.
My question is: Can I also run that equation using robust standard errors? Can I run the regression "regress ln(y) x1 x2 x3, robust"? It is my understanding that when you have heteroskedasticity problems you can solve it by either using the "robust" command or transforming your variables. But can you do both? Or would this screw up the results?
Thanks,
Jeffery
I have a question about a regression I am running. I ran the regression using the code "regress y x1 x2 x3" but found using the "hettest" and "rvfplot" commands that there are some concerns about heteroskedasticity. As a result, I transformed my dependent variable to ln(y) and ran the regression using the code "regress ln(y) x1 x2 x3". That seemed to fix the problem.
My question is: Can I also run that equation using robust standard errors? Can I run the regression "regress ln(y) x1 x2 x3, robust"? It is my understanding that when you have heteroskedasticity problems you can solve it by either using the "robust" command or transforming your variables. But can you do both? Or would this screw up the results?
Thanks,
Jeffery
Comment