I forward below some comments from Patrick Royston
who wrote what is now -mice- (but is not a member
of Statalist). They may be redundant given
other postings. I am not familiar with the details
of -mice- and cannot advise myself.
Nick
[email protected]
--------------------------------------------
The commands -misplit- and -mijoin- have a specialised purpose and
are not often used.
If you wish to combine the imputed dataset with the original data you
only need load the imputed dataset and append the original one.
For the example given by Mosi,
use imp, clear
append using <original data file name>
Note that with this approach, the imputation indicator _j and the observation
indicator _i will be missing for the original dataset but of course present
for the imputed dataset.
Then you can do what you wish with the combined dataset. -micombine- will
still work correctly, it will just ignore observations in which _j is missing.
Preferably, you should now be using -ice-, not -mvis- which is out of date.
See the Stata Journal 5(4) update.
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/