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
Manipulating datatimeHi all, my dataset is like that: id data time 1 01jan2018 1 01jan2018 1 03jan2018 1 03jan2018 1 03j…
Drop if - variable not foundHi all, Just a very simple question and command yet I can't figure out why it is not working. I ju…
Problem with capture confirm and graph combine Hello. I have problems combining two graphs in a loop . I do not have all of the combination …
How to use Stata commands to calculate the total score of Likert Scale questions?In order to assess the attitude about antibiotic use, there are 6 questions with 5 levels of respons…
Inequality IndicatorsHello I have the cost of every household and the per capita cost of every household What codes shoul…
Subscribe to:
Post Comments (Atom)
0 Response to "missing predicted values encountered within the estimation sample" r(322) error
Post a Comment