50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


Zelig (version 4.1-1)

make.mi: Bundle Multiply Imputed Data Sets as a List

Description

The mi constructor bundles several data-frames with identical columns into a single object. This allows for several analyses to be executed sequentially.

Usage

make.mi(obj, by = NULL)

Arguments

obj
an object
...
an object or set objects to cast as an 'mi' object
by
a character-string specifying a column name in a data-frame to subset

Value

  • an object of type 'mi'

See Also

The full Zelig manual is available at http://gking.harvard.edu/zelig

Examples

Run this code
data(immi1, immi2, immi3, immi4, immi5)
mi(immi1, immi2, immi3, immi4, immi5)

Run the code above in your browser using DataLab