Convert objects of class 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
data(studentratings) # imputation using mice require(mice) imp <- mice(studentratings) implist <- mids2mitml.list(imp)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.