View source: R/death_helper_functions.R
death_cohort_period_to_age_period | R Documentation |
This function computes the age-specific period deaths from cohort-specific deaths and life table values lx and nLx. Approach uses cohort separation factors as described by Thomas Buettner in http://abcabacus.org/?page_id=599
death_cohort_period_to_age_period( death_cohort_period, lx_age_period, nLx_age_period )
death_cohort_period |
numeric. vector of deaths by cohort computed by project_ccmpp_z_by_z. |
lx_age_period |
numeric. vector life table lx values |
nLx_age_period |
numeric. vector of life table nLx values |
a numeric vector period deaths by age.
Sara Hertog
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.