Learn R Programming

survey (version 3.31-2)

nhanes: Cholesterol data from a US survey

Description

Data extracted from NHANES 2009-2010 on high cholesterol.

Usage

data(nhanes)

Arguments

Format

A data frame with 8591 observations on the following 7 variables.

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