Learn R Programming

table.glue (version 0.0.5)

nhanes: NHANES blood pressure data

Description

The US National Health and Nutrition Examination Survey (NHANES) was designed to assess the health and nutritional status of the non-institutionalized US population and was conducted by the National Center for Health Statistics of the Centers for Disease Control and Prevention (1). Since 1999-2000, NHANES has been conducted in two-year cycles using a multistage probability sampling design to select participants. Each cycle is independent with different participants recruited.

Usage

nhanes

Arguments

Format

A data frame with columns:

exam

NHANES exam: 2013-2014, 2015-2016, or 2017-2018

seqn

survey participant identifier

psu

primary sampling unit

strata

survey strata

wts_mec_2yr

2 year mobile examination weights

exam_status

exam status. Participants either completed both the NHANES interview and exam or just the interview.

age

participant's age, in years

sex

participant's sex

race_ethnicity

participant's race and ethnicity

education

participant's education

pregnant

pregancy status

bp_sys_mmhg

participant's systolic blood pressure, mm Hg

bp_dia_mmhg

participant's diastolic blood pressure, mm Hg

n_msr_sbp

the number of valid systolic blood pressure readings

n_msr_dbp

the number of valid diastolic blood pressure readings

bp_high_aware

was participant ever told they had high blood pressure by a medical professional?

meds_bp

is participant currently using medication to lower their blood pressure?

References

  1. National health and nutrition examination survey homepage, available at https://www.cdc.gov/nchs/nhanes/index.htm. Accessed on 09/07/2020.

Examples

Run this code
nhanes

Run the code above in your browser using DataLab