Hi everyone,
I want to do MI imputation but always get the error: _mi_miss not found. It occours even at the point of mi register variables.
I use these commands:
(passive variables rel_red abs_red unregistered because not in m=0)
(imputed variables gini_disp gini_mkt unregistered because not in m=0)
_mi_miss not found
The variables, listed in the error (rel_red, abs_red, gini_disp gini_mkt) are not even in my data set (I droped them before imputation)
Do you have any ideas why this happens?
Thank you in advance! Any recommendation would be helpful!
PS: all STATA files are up to date
I want to do MI imputation but always get the error: _mi_miss not found. It occours even at the point of mi register variables.
I use these commands:
misstable sum, gen(miss_)Error:
tab1 miss_cultcap miss_econcap miss_mj
mi set wide
mi register regular female Postmaterialism country_pp_gdp_ten
mi register imputed cultcap econcap mj
mi impute mvn cultcap econcap mj, add(10) noisily
(passive variables rel_red abs_red unregistered because not in m=0)
(imputed variables gini_disp gini_mkt unregistered because not in m=0)
_mi_miss not found
The variables, listed in the error (rel_red, abs_red, gini_disp gini_mkt) are not even in my data set (I droped them before imputation)
Do you have any ideas why this happens?
Thank you in advance! Any recommendation would be helpful!
PS: all STATA files are up to date
Comment