I am using the new npregress command in Stata 15 to estimate an empirical model based on cross-section data for 759 firms. My dependent variable is continuous , my independent variables include six continuous variables and five indicator variables, plus dummy variables for 20 industries and 5 regions. When I do not include the dummy variables for industries and regions, using
npregress kernel share_indir c.log_firm_size c.firm_age i.new_product i.product_upgrade i.quality_certification c.share_university c.contract_enforceability i.multinational i.free_trade_zone c.direct_imports c.indirect_imports, reps(100) seed(2109) imaic
everything is fine. However, wenn I augment the empirical model by including the dummy variables for industries and regions and run
npregress kernel share_indir c.log_firm_size c.firm_age i.new_product i.product_upgrade i.quality_certification c.share_university c.contract_enforceability i.multinational i.free_trade_zone c.direct_imports c.indirect_imports i.indd* i.regiond*, reps(100) seed(2109) imaic
I get the following output only
Bootstrap replications (100)
----+--- 1 ---+--- 2 ---+--- 3 ---+--- 4 ---+--- 5
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 50
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 100
insufficient observations to compute bootstrap standard errors
no results will be saved
r(2000);
Does anybody have an idea what goes wrong here?
Am I right when I guess is that this might be related to the fact that some of the industries do only have a small number of firms (between one and 12)?
Any help is greatly appreciated.
All the best,
Joachim
npregress kernel share_indir c.log_firm_size c.firm_age i.new_product i.product_upgrade i.quality_certification c.share_university c.contract_enforceability i.multinational i.free_trade_zone c.direct_imports c.indirect_imports, reps(100) seed(2109) imaic
everything is fine. However, wenn I augment the empirical model by including the dummy variables for industries and regions and run
npregress kernel share_indir c.log_firm_size c.firm_age i.new_product i.product_upgrade i.quality_certification c.share_university c.contract_enforceability i.multinational i.free_trade_zone c.direct_imports c.indirect_imports i.indd* i.regiond*, reps(100) seed(2109) imaic
I get the following output only
Bootstrap replications (100)
----+--- 1 ---+--- 2 ---+--- 3 ---+--- 4 ---+--- 5
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 50
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 100
insufficient observations to compute bootstrap standard errors
no results will be saved
r(2000);
Does anybody have an idea what goes wrong here?
Am I right when I guess is that this might be related to the fact that some of the industries do only have a small number of firms (between one and 12)?
Any help is greatly appreciated.
All the best,
Joachim
Comment