Hi everyone,

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 
    }
However, when I run it I get the following error message:
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