View source: R/amelia2mitml.list.R
amelia2mitml.list | R Documentation |
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
mitmlComplete
data(studentratings)
require(Amelia)
imp <- amelia(x = studentratings[, c("ID", "MathAchiev", "ReadAchiev")], cs = "ID")
implist <- amelia2mitml.list(imp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.