hello everyone,
I did some fixed effect panel data regression for my model (N=34, T=4) since the chow and hausman test indicates the fixed effect as the best model. but unfortunately, my data suffer from autocorrelation (tested with xtserial command) and heteroscedasticity (test with xttest3) and I already read a lot (especially the post from Mr. Wooldridge and Clyde, attached below) about what kind of treatment I need to do and I came to the conclusion that -xtreg, fe vce(cluster clusterid)- will do the job to generate valid standard errors even with autocorrelation and heteroscedasticity.
what I want to ask is there any citation I can use to justify the use of -xtreg, fe vce(cluster clusterid)- will generate a valid standard error despite the problem Im talking before?
or this line from xtreg manuals is enough for my citation?
thank you for your responses and have a nice day!
I did some fixed effect panel data regression for my model (N=34, T=4) since the chow and hausman test indicates the fixed effect as the best model. but unfortunately, my data suffer from autocorrelation (tested with xtserial command) and heteroscedasticity (test with xttest3) and I already read a lot (especially the post from Mr. Wooldridge and Clyde, attached below) about what kind of treatment I need to do and I came to the conclusion that -xtreg, fe vce(cluster clusterid)- will do the job to generate valid standard errors even with autocorrelation and heteroscedasticity.
Originally posted by Clyde Schechter
View Post
Originally posted by Jeff Wooldridge
View Post
or this line from xtreg manuals is enough for my citation?
). vce(cluster clustvarlist) specifies that standard errors allow for intragroup correlation within groups defined by one or more variables in clustvarlist, relaxing the usual requirement that the observations be indepen
Comment