JointAI (version 0.5.1)

NHANES: National Health and Nutrition Examination Survey (NHANES) Data

Description

This data is a small subset of the data collected within the 2011-2012 wave of the NHANES study, a study designed to assess the health and nutritional status of adults and children in the United States, conduced by the National Center for Health Statistics.

Usage

data(NHANES)

Arguments

Format

A data frame with 186 rows and 13 variables:

SBP

systolic blood pressure

gender

male or female

age

in years

race

race / Hispanic origin (5 categories)

WC

waist circumference in cm

alc

alcohol consumption (binary: <1 drink per week vs. >= 1 drink per week)

educ

educational level (binary: low vs. high)

creat

creatinine concentration in mg/dL

albu

albumin concentration in g/dL

uricacid

uric acid concentration in mg/dL

bili

bilirubin concentration in mg/dL

occup

occupational status (3 categories)

smoke

smoking status (3 ordered categories)

Examples

Run this code
# NOT RUN {
summary(NHANES)
# }

Run the code above in your browser using DataCamp Workspace