Hello,
I was trying to conduct quantile regressions with fixed effects using the following command (for the 25th quantile):
However, I keep getting an error of insufficient observations like the following :
I have about 26000 observations, with little missing values. Is anyone familiar with this type of problem? I would be grateful if someone could help.
Regards,
I was trying to conduct quantile regressions with fixed effects using the following command (for the 25th quantile):
Code:
bsrifhdreg share process prod ln_sales capital fem_owner exported_sales foreign_own fem_leader smal_or_med, abs(country year sector) cluster(sector) rif(q(25))
Code:
insufficient observations an error occurred when bootstrap executed rifhdreg r(2001);
Regards,
Comment