View source: R/mids2mitml.list.R
mids2mitml.list | R Documentation |
mids
to mitml.list
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.
mids2mitml.list(x)
x |
An object of class |
A list of imputed data sets with class mitml.list
.
Simon Grund
mitmlComplete
data(studentratings)
# imputation using mice
require(mice)
imp <- mice(studentratings)
implist <- mids2mitml.list(imp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.