I am running a panel regression model using the 'reghdfe'-command with high-dimensional fixed effects. I am interested in estimating the fixed effect of managers on some firm outcome variables. My model contains about 1,500 individual managers, i.e. dummy variables. I am interested in ending up with a distribution of the manager fixed effects but I am not sure how to proceed. While my regression (code) is not yet complete or perfect, the basis is as followed:
Code:
reghdfe capx_invest cashflow lagged_log_total_assets lagged_tobins_q , absorb(gvkey fyear EXE_*) vce(cluster gvkey)
Code:
reghdfe capx_invest cashflow lagged_log_total_assets lagged_tobins_q , absorb(gvkey fyear EXE_*, savefe) vce(cluster gvkey)
Best, Linus
0 Response to Distribution of individual fixed effects
Post a Comment