I have been running some higher dimensional fixed effects regressions using the reghdfe user-written module. I am using Stata 12/SE.
Some of my regressions run fine but some of them return an error.
For example when I run the following:
I get this error:
Hoping for some advice.
Some of my regressions run fine but some of them return an error.
For example when I run the following:
Code:
. eststo: quietly reghdfe ln_lead1_Q prop_rg prop_ir prop_aud prop_id cbt ln_size ln_ST ln_ST_prop_rg ln_ST_prop_ir ln_ST_prop_aud ln_ST_prop_id, absorb(i.group i.industry_year i.id_person) vce(cluster group)
ln_ST_prop_i ambiguous abbreviation
r(111);
end of do-file
r(111);
r(111);
end of do-file
r(111);
Comment