Hi everyone,
I have the following code:
bootstrap, reps(200) nodrop: probit ftptmain1 imm_perceptions* i.prov i.largefirm1 i.naics_21 i.survmnth i.sex i.age_12 i.marstat i.educ i.schooln tenure if n_obs>=10 & inlist(prov,10,11,12,13) & inlist(immig,1,2)
eststo reg3
margins, dydx(*) post
But Stata is giving me this error: missing predicted values encountered within the estimation sample
(I added nodrop because before adding it I was receiving bootstrap error: insufficient observations to compute bootstrap standard errors no results will be saved stata)
I was wondering if anyone can help me with this.
Thanks
Related Posts with "missing predicted values encountered within the estimation sample" r(322) error
How to Set Quarterly DataI am trying to do some VAR analysis, but I can't get the tsset correct, because of how the data in t…
One sample test of proportionsDear Stata users, I have a question regarding comparing 3 or more percentages within the same popul…
Running Hausman-Taylor estimator after multiple imputationHi Statalist This is a question about implementing the Hausman-Taylor estimator -xthtaylor- within …
T testHi, I want to compare the coefficient on one variable (i.e. IndVar) from the regressions based on tw…
Survival analysis using flexible parametric models to account for time-varying hazards (stpm2)Dear Statalisters, My question relates to survival analysis in the presence of time-varying hazards…
Subscribe to:
Post Comments (Atom)
0 Response to "missing predicted values encountered within the estimation sample" r(322) error
Post a Comment