if (FALSE) {
# Imputation with the MICT algorithm
imp <- seqimpute(data = gameadd, var = 1:4)
# The object imp is transformed to a dataframe, where completed datasets are
# stacked vertically
imp.stacked <- fromseqimp(
data = imp,
format = "stacked", include = FALSE
)
}
Run the code above in your browser using DataLab