Hi,
I am working with quarterly panel data on firm-specific variables and running a regression with firm and quarter fixed effects. Based on recommendations in the existing literature, I have clustered standard errors at both the firm and quarter level.
The general syntax is:
The models include quarterly firm-level variables, such as sales, assets, and firm size, as controls. However, I’m noticing that many of my control variables lose significance when clustering at both the firm and quarter levels compared to using only -vce(robust).
My data consist of 203 firm clusters and 771 quarter clusters. I've based my model specifications on existing literature but couldn't observes similiar results with the control variable significance when clustering at both levels.
Do you maybe have potential reasons for this loss of significance in mind or recommend additional steps to verify that the clustering is correctly specified?
I am working with quarterly panel data on firm-specific variables and running a regression with firm and quarter fixed effects. Based on recommendations in the existing literature, I have clustered standard errors at both the firm and quarter level.
The general syntax is:
Code:
reghdfe DV IV Controls, absorb(Firm_ID Quarter) vce(cluster Firm_ID Quarter)
My data consist of 203 firm clusters and 771 quarter clusters. I've based my model specifications on existing literature but couldn't observes similiar results with the control variable significance when clustering at both levels.
Do you maybe have potential reasons for this loss of significance in mind or recommend additional steps to verify that the clustering is correctly specified?
Comment