I am doing multiple imputation for two variables in my ordinal logistic model. One of these two variables is continuous variable measuring organization capacity, another is likert scale variable measuring political ideology. Basically, I should have about 900 cases in the sample, but these two variables have about 400 missing values. I wrote my command as below but there is always error info following command mi estimate: ologit as "estimation sample varies between m=1 and m=11; click here for details
r(459)". I have no idea with this error information. And another thing i am not sure if it is related is that all my other variables have some missing values, but I just decided to impute these two variables. If anyone could help, I will appreciate it.
mi set mlong
mi register imputed Ideology OrgCapacityIndex
mi impute mvn Ideology OrgCapacityIndex, add(10)
mi estimate: ologit .....
r(459)". I have no idea with this error information. And another thing i am not sure if it is related is that all my other variables have some missing values, but I just decided to impute these two variables. If anyone could help, I will appreciate it.
mi set mlong
mi register imputed Ideology OrgCapacityIndex
mi impute mvn Ideology OrgCapacityIndex, add(10)
mi estimate: ologit .....
Comment