Run the NHANES application
app_run.Rd
This application allows you to analyze NHANES data interactively. You can select NHANES cycles from 1999-2000 to 2017-2020 to be analyzed. Contiguous cycles can be combined to increase precision. Estimates are weighted to represent the non-institutionalized US population and you may incorporate age-adjustment through direct standardization to account for the changing age of the US population. Count estimates are calibrated to match the estimated total number of US adults. You can visualize summaries of outcomes for the overall population and in subgroups defined by stratifying variables. All figures and datasets you create can be saved. Following CDC recommendations, unreliable statistical estimates are automatically suppressed.
Usage
app_run(
nhanes_data = cardioStatsUSA::nhanes_data,
nhanes_key = cardioStatsUSA::nhanes_key
)