I would like to run the following code on my imputed dataset:
Code:
foreach var in $logit $mlogit { mi estimate: prop `var', over(traj_alcohol) // "tabulate" is not an MI-supported command, use prop instead }
Code:
mi estimate: no observations in some imputations This is not allowed. To identify offending imputations, you can use mi xeq to run the command on individual imputations or you can reissue the command with mi estimate, noisily
So I've run the xeq command and there is an issue with observation/imputation number 18. Is there a code I could use to exclude this observation from my estimation?
Thank you
Garance
0 Response to Multiple imputation estimate excluding some imputations
Post a Comment