Good morning and good afternoon... I was wondering if someone can help me out with a syntax of STATA commands doubt to proceed with a test for heteroskedasticity of random effects model. I am following a manual instructions and other researches that have applied the same statistical procedures and everything was going fine until I have stumbled in the following commands...
- Xtreg variable dependiente variable independiente, re
- Predict pred, e
- robvar pred by (group)
Regarding the estimation of random effects no problem at all. My doubt is on the following steps with the predict function. And especially what does mean "pred"?. Based on the the concepts of the heteroskedasticity I suppose that the command should serve to predict the standard deviation of the errors as a new variable to be used on the following step with the function robvar to test the null hypothesis for the White test is Homoskedasticity, i.e. no existence of heteroskedasticity.
By reading several online tutorials I understood the function predict but the syntax "pred" I couldn't quite get. In other work the same sequence of instructions I found predict che, e... And I couldn't understand either.
I would appreciate some advice on that matter.
Cheers,
Luiz Alfredo Santos
[email protected]
[email protected]
home: (34) 911 737 091
mobile: (34) 647 397 958
- Xtreg variable dependiente variable independiente, re
- Predict pred, e
- robvar pred by (group)
Regarding the estimation of random effects no problem at all. My doubt is on the following steps with the predict function. And especially what does mean "pred"?. Based on the the concepts of the heteroskedasticity I suppose that the command should serve to predict the standard deviation of the errors as a new variable to be used on the following step with the function robvar to test the null hypothesis for the White test is Homoskedasticity, i.e. no existence of heteroskedasticity.
By reading several online tutorials I understood the function predict but the syntax "pred" I couldn't quite get. In other work the same sequence of instructions I found predict che, e... And I couldn't understand either.
I would appreciate some advice on that matter.
Cheers,
Luiz Alfredo Santos
[email protected]
[email protected]
home: (34) 911 737 091
mobile: (34) 647 397 958
Comment