Hi everyone,
I'm examining the effect of partner gender diversity on the audit quality. This includes both Big4 audit firms, and non-Big4 firms. For my additional analysis I would like see whether the results are smaller/stronger for big4 or non-big4 firms. Audit firms with ID 1,2,3,4 are the Big4 firms, so this is what I thought I had to do (see code). abs_ModDACC means abnormal discretionary accruals en GDR is gender diversity ratio. When GDR increases, the abs_ModDACC decreases (negative relationship). The regression includes year and industry fixed effects.
However, the results omit AID=4 (see screenshot), but why is that? I know that there should be a reference category, but I want to interpret my results as: the 4 biggest audit firms have lower discretionary accruals accruals compared to the rest of the audit firms. So isn't it that all non-big4 firms should be the reference category?
I hope someone can help me out!
Kind regards,
Josephine
I'm examining the effect of partner gender diversity on the audit quality. This includes both Big4 audit firms, and non-Big4 firms. For my additional analysis I would like see whether the results are smaller/stronger for big4 or non-big4 firms. Audit firms with ID 1,2,3,4 are the Big4 firms, so this is what I thought I had to do (see code). abs_ModDACC means abnormal discretionary accruals en GDR is gender diversity ratio. When GDR increases, the abs_ModDACC decreases (negative relationship). The regression includes year and industry fixed effects.
Code:
gen AID = AuditID replace AID = 0 if AuditID > 4 xtreg abs_ModDACC GDR $control_vars i.industry i.Year i.AID, re vce(cluster id) testparm i.AID
I hope someone can help me out!
Kind regards,
Josephine
Comment