Dear statalist,
I want to run a regression with firm and year fixed effects, and with standard errors clustered at the firm level. I did the following:
The regression shows that
I'm not familiar with xtreg, does Group variable: firm indicate that standard errors are clustered at the firm level? Thanks!
I want to run a regression with firm and year fixed effects, and with standard errors clustered at the firm level. I did the following:
Code:
xtreg y x controls i.year i.firm, fe
Code:
Fixed-effects (within) regression Group variable: firm

Comment