data(CHAIN)
IMP <- mi (CHAIN, n.iter=6, add.priors=FALSE)
# get all imputed dataset
imputed.matrix <- mi.completed (IMP)
# get the 3rd chain of the imputed dataset
imputed.data.frame <- mi.data.frame(IMP, m=3)
Run the code above in your browser using DataLab