View source: R/lifetable_indices.R
lt.indices | R Documentation |
This function bundles a number of indices and vectors from a mortAAR life table which are needed by other functions in mortAAR. The results are only meaningful if 5-year-categories have been chosen to construct the life table.
lt.indices(life_table)
life_table |
an object of class mortaar_life_table. |
A list with the following indices and vectors:
child_i: ratio of individuals aged 5–9 to those aged 10–14 according to Masset and Bocquet 1977.
juvenile_i: ratio of individuals aged 5–14 to adults according to Masset and Bocquet 1977.
P(5-19): ratio of individuals aged 5–19 to those aged 5 or above according to Bocquet-Appel 2002.
D30_D5): ratio of individuals aged 30 and above to those aged 5 or above according to Buikstra et al. 1986.
D0_14_D: proportion of individuals aged 0–14 according to McFadden & Oxenham 2018a if infants are represented well.
e0: life expectancy at age 0.
bocquet_appel_2002mortAAR
\insertRefmasset_bocquet_1977mortAAR
\insertRefbuikstra_et_al_1986mortAAR
\insertRefmcfadden_oxenham_2018amortAAR
schleswig <- life.table(schleswig_ma[c("a", "Dx")])
lt.indices(schleswig)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.