I have cross-sectional survey data that was obtained from different countries.
For my main analysis I -xtset country- and use clustered robust standard errors + country fixed effects:
1. Does it make sense to use country fixed effects and clustered robust standard errors simultaneously?
2. As I understood, using -vce (cluster country)- and -vce(robust)- should result in the same standard errors, correct?
3. For robustness, I would like to run a regression without clustered robust standard errors. Is it somehow possible with -xtreg- to forgo the clustering and just use robust standard errors OR non-robust standard errors without worrying about clustering? With non (clustered) robust standard errors, would one expect a larger or lower p-value?
For my main analysis I -xtset country- and use clustered robust standard errors + country fixed effects:
Code:
xtreg y x,fe vce(cluster country)
2. As I understood, using -vce (cluster country)- and -vce(robust)- should result in the same standard errors, correct?
3. For robustness, I would like to run a regression without clustered robust standard errors. Is it somehow possible with -xtreg- to forgo the clustering and just use robust standard errors OR non-robust standard errors without worrying about clustering? With non (clustered) robust standard errors, would one expect a larger or lower p-value?

Comment