I am trying to perform mi imputation with bootstrap using following syntax:
1.mi set wide
2. program define myboot, rclass
3.mi register imputed varlist....
4.mi impute mvn varlist....., add( 187)
5. egen country1=group(country)
6. mi xtset country1 year,yearly
7. mi estimate: xtreg varlist.....
8. return scalar b_a = el(e(b_mi),1,1)
9. return scalar b_b = el(e(b_mi),1,2)
10. return scalar b_c = el(e(b_mi),1,3)
11. return scalar b_d = el(e(b_mi),1,4)
12. return scalar b_e = el(e(b_mi),1,5)
13. return scalar b_f = el(e(b_mi),1,6)
14. return scalar b_g = el(e(b_mi),1,7)
15. end
16. set seed 23543
17. bootstrap b_va1=r(b_a) b_var2=r(b_b) b_var3=r(b_c) b_var4=r(b_d) b_var5=r(b_e) b_var6=r(b_f) intercept=r(b_g), reps(2000) : myboot
I am facing following problem after execution:
Bootstrap replications (2000)
----+--- 1 ---+--- 2 ---+--- 3 ---+--- 4 ---+--- 5
xxxxxxxxxxxxxxxxxxxx
insufficient observations to compute bootstrap standard errors
no results will be saved
r(2000);
Please guide
Related Posts with Insufficient observations to compute bootstrap standard errors
Control variables for difference-in-differenceHi all, I have been struggling to get help on this I have sales data during an intervention (the i…
Help: Generating a new variable on a subsampleHello! I am a beginner in Stata. My problem: I have a selection of countries in my dataset and I w…
Different results for weighted median using same Stata Manual Methodology [Stata/SE 15.0]Hello everyone, I found something about weighted medians in Stata/SE. To my knowledge and what I ha…
nicelabels downloadable from SSCThanks as ever to Kit Baum, a new package nicelabels is now downloadable from SSC. It may be thought…
Fama MacBeth with rolling betasHello, I would like to run a Fama-MacBeth regression with time varying betas and risk prices. I hav…
Subscribe to:
Post Comments (Atom)
0 Response to Insufficient observations to compute bootstrap standard errors
Post a Comment