| amelia2mitml.list {mitml} | R Documentation |
amelia to mitml.listThis function converts a amelia class object (as produced by the Amelia package) to mitml.list. The resulting object may be used in further analyses.
amelia2mitml.list(x)
x |
An object of class |
A list of imputed data sets with an additional class attribute mitml.list.
Simon Grund
data(studentratings)
require(Amelia)
imp <- amelia(x = studentratings[, c("ID", "MathAchiev", "ReadAchiev")], cs = "ID")
implist <- amelia2mitml.list(imp)