Hello dear forum members,
I came across this way to diagnose the variance of the residuals (please see attached):
- reg y x1 x2, vce(hc3) - robust SE for heteroskedastic data
- predict r1, res
- generate index=sum(1)
- twoway line r1 index
What is this "index" measure? I do see there is heteroskedasticity issue, but how shall I interpret the trend?
Thank you in advance,
Anton
I came across this way to diagnose the variance of the residuals (please see attached):
- reg y x1 x2, vce(hc3) - robust SE for heteroskedastic data
- predict r1, res
- generate index=sum(1)
- twoway line r1 index
What is this "index" measure? I do see there is heteroskedasticity issue, but how shall I interpret the trend?
Thank you in advance,
Anton
Comment