Hello All,
I am trying to impute missing values for several variables. I am using the following code:
but after the las line I get the following error:
Can someone can guess what is going on? I am not using the option "nolog" at all.
Thanks!
I am trying to impute missing values for several variables. I am using the following code:
Code:
*Multiple Imputation mi set mlong mi register imputed CTRF_INT_F CTRF_TOT_F mi register regular AgeInMonths_F Female Black Hispanic OtherEth homelang_spanish iep Cohort1 HeadStart Provider District_Abbott_Dummy mi impute chained (regress) CTRF_INT_F CTRF_TOT_F = AgeInMonths_F Female Black Hispanic OtherEth homelang_spanish iep Cohort1 HeadStart Provider District_Abbott_Dummy, add(10)
Code:
. mi impute chained (regress) CTRF_INT_F CTRF_TOT_F = District_Abbott_Dummy, add(10) option nolog not allowed r(198);
Can someone can guess what is going on? I am not using the option "nolog" at all.
Thanks!

Comment