WeightData {Simple} | R Documentation |
The WeightData
data frame has 5337 rows and 5 columns.
Data set from NHANES data that contains weight, height and age information of children sampled from the United States.
data(WeightData)
This data frame contains the following columns:
This data set is excerpted from the NHANES III national survey. See the NHANES web site for much more information about the data.
NHANES III national survey conducted 1999-2001, http://www.cdc.gov/nchs/nhanes.htm
Data is used to make growth charts.
data(WeightData) age.yrs = floor(WeightData$age/12) boxplot(WeightData$weight ~ age.yrs)