Hi Stata Users,
Sorry for asking what may be perceived a conceptual issue but I believe I can have an answer from the forum.
I have a variable that's probability (i.e. 0 - 1) and am trying to impute it using the command
However, the imputed values are outside the original range and am wondering how I can address this challenge.
Thanks in advance!
Sorry for asking what may be perceived a conceptual issue but I believe I can have an answer from the forum.
I have a variable that's probability (i.e. 0 - 1) and am trying to impute it using the command
Code:
mi impute chained (regress) pr_attend_imput = urban female_headed hhsize hh_head_no_educ clust_literacy num_children hh_member_formal_empl hh_orphan i.hv024, add(20) by(age)
Thanks in advance!
Comment