Hi all,
I am running a regression model regarding the impact of board characteristics on corporate emissions. I know heteroscedasticity is present and I want to use robust standard errors to deal with that. I now want to know how to determine whether the normal option
should be used or rather a cluster approach. Through the use of
where Z is my cluster variable, I have found an intraclass correlation of about .97 for my 503 different clusters which I assume to be quite high and thus I assume I should use the clustered standard errors rather than the normal white standard errors. Am I correct here or did I make a mistake somewhere?
Thanks a lot in advance!
I am running a regression model regarding the impact of board characteristics on corporate emissions. I know heteroscedasticity is present and I want to use robust standard errors to deal with that. I now want to know how to determine whether the normal option
Code:
reg Y X, vce(r)
Code:
loneway Y Z
Thanks a lot in advance!
Comment