| nhdat2 {csurvey} | R Documentation |
A Subset of National Health and Nutrition Examination Survey (NHANES)
Description
The National Health and Nutrition Examination Survey (NHANES) combines in-person interviews and physical examinations to produce a comprehensive data set from a probability sample of residents of the U.S.
This data set is a subset of the NHANES data with 1,933 subjects.
Usage
data(nhdat2)
Format
A data frame with 1933 observations on the following 8 variables.
ida identification vector specifying cluster ids from largest level to smallest level
chola continuous vector of cholesterol level
wcata vector of categorized waist and height ratio
icatan ordinal vector of categorized income level
gendera binary vector of genders
agea vector of categorized age
wtsampling weight within each stratum
stra numeric vector
Details
The variable chol in this data set is continuous, which the varible chol in the nhdat data set is binomial.
Examples
## Not run:
data(nhdat2)
summary(nhdat2)
## End(Not run)