powered by
amelia
mitml.list
This function converts a amelia class object (as produced by the Amelia package) to mitml.list. The resulting object may be used in further analyses.
Amelia
amelia2mitml.list(x)
A list of imputed data sets with an additional class attribute mitml.list.
An object of class amelia as produced by amelia (see the Amelia package).
Simon Grund
mitmlComplete
data(studentratings) require(Amelia) imp <- amelia(x = studentratings[, c("ID", "MathAchiev", "ReadAchiev")], cs = "ID") implist <- amelia2mitml.list(imp)
Run the code above in your browser using DataLab