nhanes {mice} | R Documentation |
A small data set with non-monotone missing values.
data(nhanes)
A data frame with 25 observations on the following 4 variables.
age
bmi
hyp
chl
A small data set with all numerical variables. The data set
nhanes2
is the same data set, but with age
and
hyp
treated as factors.
Schafer, J.L. (1997). Analysis of Incomplete Multivariate Data. London: Chapman & Hall. Table 6.14.
data(nhanes) imp <- mice(nhanes) # create 5 imputed data sets complete(imp) # print the first imputed data set