NHANES Variables: Names, Roles, and Descriptions
nhanes_key.Rd
A data frame that describes the elements in nhanes_data
. Each row
in nhanes_key
corresponds to a particular variable in nhanes_data
,
summarizing that variable's information and what roles the variable
can fulfill in the Shiny application.
Format
A data frame with 97 rows and 11 variables:
- class
The broad class of variables that the current variable belongs to
- variable
The name of the variable in
nhanes_data
- label
A label that is used to describe the variable in tables and figures
- source
Which NHANES form did this variable come from?
- type
What type of variable this is?
ctns
indicates continous;catg
categorical;intg
integer, andbnry
binary- outcome
TRUE/FALSE
- is this variable allowed to be an outcome?- group
TRUE/FALSE
- is this variable allowed to be used for groups?- subset
TRUE/FALSE
- is this variable allowed to be used for subsetting?- stratify
TRUE/FALSE
- is this variable allowed to be used for stratification?- module
What module does this variable belong to? This is used to subset NHANES data to participants who are included in the given module.
- description
A detailed summary of the variable.