Dear Statalists,
I have 50 estimation results stored in mi_nlcom.ster.
The estimation results are from calculating results with nlcom on 50 multiply imputed datasets:
I wish to combine these results with Rubin's rule using "mi estimate" and am wondering if the following code produces the right results:
I get a table that appears to be correct. That is, they are not replications of any of the 50 nlcom results but entirely new, but I don't know how I would go about figuring out if these coefficients are correctly combined so I ask here if my understanding of the code itself is correct?
PS: using this code gets me an error:
Best,
Wei
I have 50 estimation results stored in mi_nlcom.ster.
The estimation results are from calculating results with nlcom on 50 multiply imputed datasets:
Code:
estimates save "mi_nlcom", append
Code:
mi estimate, cmdok: estimates use "mi_nlcom.ster"
PS: using this code gets me an error:
Code:
mi estimate using "mi_nlcom.ster" "corrupt MI estimation file"
Wei
Comment