mi {Zelig} | R Documentation |
The code mi
bundles multiply imputed data sets as a
list for further analysis.
mi(...)
... |
multiply imputed data sets, separated by commas. The
arguments can be tagged by |
The list containing each multiply imputed data set as an
element. The class name is mi
. The list can be inputted into
zelig
for statistical analysis with multiply imputed data
sets. See zelig
for details.
Kosuke Imai <kimai@princeton.edu>; Gary King <king@harvard.edu>; Olivia Lau <olau@fas.harvard.edu>
The full Zelig manual is available at http://gking.harvard.edu/zelig.
data(immi1, immi2, immi3, immi4, immi5) mi(immi1, immi2, immi3, immi4, immi5)