powered by
A dataset containing simulated survey data for age standardization in epidemiological studies.
survey_data
A data frame with 20 rows and 3 columns:
Character, age group (e.g., 0-19, 20-39, 40-59, 60+).
Numeric, disease rates (e.g., cases per 1000).
Numeric, population weights for standardization.
data("survey_data") epi_analyze(survey_data, outcome = NULL, type = "age_standardize")
Run the code above in your browser using DataLab