View source: R/exposure_helper_functions.R
exposure_age_sex_adjust_loop_over_time | R Documentation |
Loops over time to re-compute age-specific exposure from input age_specific mortality and age-specific deaths periods of time.
exposure_age_sex_adjust_loop_over_time(death_age_sex_period, mx)
death_age_sex_period |
data frame with columns time_start, time_span, sex, age_start, age_span and value. Value contains the sex- and age-specific death counts output by the death_age_sex_loop_over_time function. |
mx |
data frame with columns time_start, time_span, sex, age_start, age_span and value. Value contains the original sex- and age-specific mortality rates on the ccmpp_input file. |
a data frame with columns time_start, time_span, sex, age_start, age_span and value. Value contains the sex- and age-specific person years of exposure counts
Sara Hertog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.