Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

nhanes_survey_design

Build survey objects for NHANES data


Description

Build survey objects for NHANES data

Usage

nhanes_survey_design(nhanes_data, weights_column = "")

Arguments

nhanes_data

data frame containing NHANES data

weights_column

name of the weights column

Value

a survey design object

Examples

## Not run: 
dat <- nhanes_load_data("UHG_G", "2011-2012", demographics = TRUE)

design <- nhanes_survey_design(dat, "WTSA2YR")

svymean(~RIDAGEYR, design)

svyglm(URXUHG ~ RIDAGEYR + RIAGENDR, design)

## End(Not run)

RNHANES

Facilitates Analysis of CDC NHANES Data

v1.1.0
Apache License 2.0 | file LICENSE
Authors
Herb Susmann [cre, aut], Silent Spring Institute [cph]
Initial release
2016-11-28

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.