As a follow up -- and something I now teach in every panel data short course -- if you have a true panel and put the unit fixed effects in manually, and then cluster by unit, you get the proper standard errors for the coefficients on time-varying covariates, but the standard errors for the fixed effects are garbage. As Eric said, you are trying to estimate the standard error of a mean without putting any restriction on the correlation within each unit. In time series, it is well known that one has to do some tapering -- a la Newey and West. You can't leave all correlations unrestricted. The standard errors on the fixed effects are not quite zero because of controlling for other covariates, but they are meaningless nonetheless.
This is why using -xtreg- is the best choice unless you know what to expect. Stata won't report standard errors for the fixed effects -- and properly so.
This is why using -xtreg- is the best choice unless you know what to expect. Stata won't report standard errors for the fixed effects -- and properly so.
Comment