Hi everyone, I am new to imputations using Stata but I have found multiple posts that have been very helpful in guiding me with answers to questions I previously had but for the current issue I have really found no answers thus far.
The issue:
I am using Stata 12 on Windows 8.1 and I am performing multiple imputation using mi impute chained. My data has around 500,000 observations. The data is survey data with one stratum sampling. Data is set in wide format. I am trying to impute 10 variables using the following command:
mi impute chained (ologit) Mth Qrt S_hosp income (mlogit) payor race C_hosp (logit) Sex T_hosp L_hosp = completedata_varlist, noisily augment force rseed(1234) add(25)
It is now been 7 days that my computer has been on continuously trying to finish this command and it is still not done!!!! Currently performing iteration 15,845!!!
I am not sure what to do at this point and I am not sure I can keep my computer on for more days!!!
Q1: Is there a way to find out when this imputation is going to finish? Any timeline?
Q2: Does this problem have to do with the command I am running? Reason I ask is that I ran a similar command on 40,000 observations from the same data and it only took Stata 8 hours to finish the imputation?
I am happy to provide further information if it would be helpful to anyone trying to answer the above questions.
Many Thanks,
Sam
The issue:
I am using Stata 12 on Windows 8.1 and I am performing multiple imputation using mi impute chained. My data has around 500,000 observations. The data is survey data with one stratum sampling. Data is set in wide format. I am trying to impute 10 variables using the following command:
mi impute chained (ologit) Mth Qrt S_hosp income (mlogit) payor race C_hosp (logit) Sex T_hosp L_hosp = completedata_varlist, noisily augment force rseed(1234) add(25)
It is now been 7 days that my computer has been on continuously trying to finish this command and it is still not done!!!! Currently performing iteration 15,845!!!
I am not sure what to do at this point and I am not sure I can keep my computer on for more days!!!
Q1: Is there a way to find out when this imputation is going to finish? Any timeline?
Q2: Does this problem have to do with the command I am running? Reason I ask is that I ran a similar command on 40,000 observations from the same data and it only took Stata 8 hours to finish the imputation?
I am happy to provide further information if it would be helpful to anyone trying to answer the above questions.
Many Thanks,
Sam
Comment