Additionally, when I applied multiple imputation, Stata generated a variable named "_mi_miss". This variable indicated that 4777 of the observations were marked as "incomplete" I checked the imputed variables whose "_mi_miss==1". None of them has a missing value. Why I got that variable? Does it affect my following analysis using "xtreg"?
mi set wide
mi register imputed $milist
mi impute mvn $milist, add(50) rseed(472195)
mi register imputed $milist
mi impute mvn $milist, add(50) rseed(472195)
0 Response to A question about "mi estimate: xtlogit"
Post a Comment