I'd like to run mi estimate over different subsets of data, and save the resulting estimates to another Stata dataset for further processing. I tried this:
Code:
mi estimate, saving("Data\Chile_1000_CIs.dta",replace): mean math_incomplete, over(school_num)
but the saved output is in .ster format, which I hadn't heard of before. I'd like to put the output in .dta format. Any suggestions?