Hello,
I am trying to run IV regression with high dimensional fixed effects (e.g., firm fixed effects)
Here is my syntax:
xtivreg ch_abs log_size btm i.GVKEY i.FYEAR (m_b_ch_ab=m_b_focal_1), fe vce(cluster GVKEY)
The problem is that it takes too much time and fails to present the results (due to too many dummies).
In this case, what would be an alternative approach that I may use?
Thanks!
Best,
I am trying to run IV regression with high dimensional fixed effects (e.g., firm fixed effects)
Here is my syntax:
xtivreg ch_abs log_size btm i.GVKEY i.FYEAR (m_b_ch_ab=m_b_focal_1), fe vce(cluster GVKEY)
The problem is that it takes too much time and fails to present the results (due to too many dummies).
In this case, what would be an alternative approach that I may use?
Thanks!
Best,
Comment