Learn R Programming

mitml (version 0.4-5)

mids2mitml.list: Convert objects of class mids to mitml.list

Description

This function converts a mids class object (as produced by the mice package) to mitml.list. The resulting object may be used in further analyses.

Usage

mids2mitml.list(x)

Value

A list of imputed data sets with class mitml.list.

Arguments

x

An object of class mids as produced by mice (see the mice package).

Author

Simon Grund

See Also

mitmlComplete

Examples

Run this code
data(studentratings)

# imputation using mice
require(mice)
imp <- mice(studentratings)

implist <- mids2mitml.list(imp)

Run the code above in your browser using DataLab