I am performing an IV-Regression with multiple fixed effects. My dataset contains about 20 million observations, with a size of around 3gb.
For this i am running the code:
Code:
ivreghdfe dlunit_price (dlquantity = dlduty_percent), absorb(ct ht cs) cluster(hs6 iso2)
So my question is, why does it take so long to show me the results? Or which processes happen after the convergence?
I also checked my computers performance while running the regression but it does not seem to reach its limit.
0 Response to ivreghdfe runs a long time after convergence
Post a Comment