Last chance! 50% off unlimited learning
Sale ends in
data(nhanes)
nhanes2
is the same data set, but with age
and
hyp
treated as factors.nhanes2
imp <- mice(nhanes) # create 5 imputed data sets
complete(imp) # print the first imputed data set
Run the code above in your browser using DataLab