Learn R Programming

survey (version 3.29-4)

nhanes: Cholesterol data from a US survey

Description

Data extracted from NHANES 2009-2010 on high cholesterol.

Usage

data(nhanes)

Arguments

source

ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/nhanes/2009-2010

Examples

Run this code
data(nhanes)
design <- svydesign(id=~SDMVPSU, strata=~SDMVSTRA, weights=~WTMEC2YR, nest=TRUE,data=nhanes)
design

Run the code above in your browser using DataLab