Convert objects of class amelia to 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.
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.