Hi All,
I have pooled data with 2500 funds, 2200 firms, and 20 time periods. Each fund could hold shares at many firms and in multiple time periods. Also, each firm can attract many funds in multiple time periods.
I am thinking of using the REGHDFE command to run OLS regressions with multiple fixed effects including fund FEs, firm FEs, and time FEs. In terms of clustering, there are several cluster levels, ranging from the interaction fund_id#firm_id, firm_id, fund_id, 2-way clustering (firm_id fund_id), 2-way clustering (firm_id time), 2-way clustering (fund_id time), and 3-way clustering (firm_id fund_id time).
I am not sure which level of clusters is appropriate after controlling for the above three fixed effects. May I have your views on which cluster levels I should go for in this case?
reghdfe LHS RHS, absorb(fund_id firm_id time) vce(cluster ???)
Many thanks,
Chris
I have pooled data with 2500 funds, 2200 firms, and 20 time periods. Each fund could hold shares at many firms and in multiple time periods. Also, each firm can attract many funds in multiple time periods.
I am thinking of using the REGHDFE command to run OLS regressions with multiple fixed effects including fund FEs, firm FEs, and time FEs. In terms of clustering, there are several cluster levels, ranging from the interaction fund_id#firm_id, firm_id, fund_id, 2-way clustering (firm_id fund_id), 2-way clustering (firm_id time), 2-way clustering (fund_id time), and 3-way clustering (firm_id fund_id time).
I am not sure which level of clusters is appropriate after controlling for the above three fixed effects. May I have your views on which cluster levels I should go for in this case?
reghdfe LHS RHS, absorb(fund_id firm_id time) vce(cluster ???)
Many thanks,
Chris
Comment