Dear Statalisters,
I am reading a published paper in European Accounting Review (Vol.24 Issue 1 p.63-93) and I can't understand something. Let's assume for simplicity that y is the dependent variable, X is the vector of independent variables, id is the company identifier and IND is a set of industry dummies.
There is no need to mention all the details. Very briefly: In one regression table the authors say that they use Industry Fixed Effects and then in the notes of the table they mention that "All standard errors are clustered at a company level".
Is this possible? Is there any chance this is a mistake?
My second question is a bit more general: These authors present a few more tables. In one of them (Linear regression of y on X), they say that they use Industry dummies and cluster standard errors by industry. This makes more sense to me. Does this mean that they have run the following regression:
In another table they say that they use Industry Fixed Effects (not industry dummies) and they cluster by industry again. Is this the regression they might have run?
I have read several econometrics books. Still, it would be highly appreciated if someone could summarize 1-2 key points about the differences between using Industry dummies and Industry Fixed Effects (which I guess are similar to the differences between using Firm dummies and Firm Fixed Effects).
Thank you all in advance.
Best regards,
Nikos
I am reading a published paper in European Accounting Review (Vol.24 Issue 1 p.63-93) and I can't understand something. Let's assume for simplicity that y is the dependent variable, X is the vector of independent variables, id is the company identifier and IND is a set of industry dummies.
There is no need to mention all the details. Very briefly: In one regression table the authors say that they use Industry Fixed Effects and then in the notes of the table they mention that "All standard errors are clustered at a company level".
Is this possible? Is there any chance this is a mistake?
My second question is a bit more general: These authors present a few more tables. In one of them (Linear regression of y on X), they say that they use Industry dummies and cluster standard errors by industry. This makes more sense to me. Does this mean that they have run the following regression:
Code:
regress y X IND, cluster(industry_id)
Code:
xtreg y X, i(IND) fe
Thank you all in advance.
Best regards,
Nikos
Comment