Hello! I'm having some trouble with the mi import command. I open the dataset with the imputed values from amelia and run the command (where imp are the imputed datasets, and idno is the case identifier)
mi import flong, m(imp) id(idno) imp(variables......) but i consistently get the error message:
"variables (imp idno) do not uniquely identify the observations at least one (imp idno) value is duplicated"
I'm not sure how to resolve this. Any ideas?
Thanks!
mi import flong, m(imp) id(idno) imp(variables......) but i consistently get the error message:
"variables (imp idno) do not uniquely identify the observations at least one (imp idno) value is duplicated"
I'm not sure how to resolve this. Any ideas?
Thanks!

Comment