Solved – Fixed effects model and robust standard errors

fixed-effects-modelrobuststata

I am estimating a two-way fixed effects model, using panel data for 40 developing countries over a time period of 16 years.

I'm using an ordinary least squares regression including time-dummies and country-dummies (the command xi: reg in Stata)

Should I use robust standard errors? Why or why not?

Best Answer

Robust standard errors are valid only asymptotically. Since you appear to be doing cross-country analyses (with usually very few observations), you should use it only if you have heteroscedasticity in your data. Stata has a test for heteroscedasticity; the old command was hettest - run it right after your regression. If it comes back significant, then there is heteroscedasticity and your normal standard errors are biased. This is when you would usually start to use robust standard errors, but again, you should have a sufficient amount of observations to do this.

What can you do if you have heteroscedasticity but very few observations? Well, either get more observations, or use additional controls which might take care of the heteroscedasticity. If neither is feasible, maybe there are small sample corrections around.