A list with 101 data sets. The first data set contains nhanes
data from mice
package. The remaining data sets were obtained by applying
the multiple imputation function mice
from package mice
.
minhanes
A list of 101 data.frames each of them with 25 observations of the following 4 variables:
age group (1 = 20-39, 2 = 40-59, 3 = 60+). Treated as numerical.
body mass index (kg/m
hypertensive (1 = no, 2 = yes). Treated as numerical.
total serum cholesterol (mg/dL)
# NOT RUN {
data(minhanes)
### raw data:
minhanes[[1]]
summary(minhanes[[1]])
### number of imputed data sets:
length(minhanes) - 1
### first imputed data set:
minhanes[[2]]
summary(minhanes[[2]])
# }
Run the code above in your browser using DataLab