Hello,
I am trying to use the mi import ice command to convert my data so that I can run the mi estimate command, but I get an error saying that _mi is not found. I am rather stumped with how to proceed since this seems like a fairly straight forward process according to the manual. Below is the code that I have. Thanks in advance for the help!
Best
Alicia
use "F:\PISA data\imputed data 11-26-14.dta", clear
mi import ice, automatic
mi import ice, automatic
variable _mi not found
(error in option id())
r(111);
I am trying to use the mi import ice command to convert my data so that I can run the mi estimate command, but I get an error saying that _mi is not found. I am rather stumped with how to proceed since this seems like a fairly straight forward process according to the manual. Below is the code that I have. Thanks in advance for the help!
Best
Alicia
use "F:\PISA data\imputed data 11-26-14.dta", clear
mi import ice, automatic
mi import ice, automatic
variable _mi not found
(error in option id())
r(111);
Comment