View source: R/log_quad_augm.R
logquad_augmented | R Documentation |
Adjust rates in oldest ages that comes from a HMD model, using an external estimate of 15q60 (Li, 2014). As an example seeHMD_old_logquad
.
logquad_augmented(coeffs, k, q0_5, q60_15, Sex = "b", Age, ...)
coeffs |
data.frame. Columns |
k |
numeric. Adult mortality related value from log-quad estimatation based on one or two input parameters. See |
q0_5 |
numeric. Probability of death from born to age 5. |
q60_15 |
numeric. Probability of death from age 60 to age 75. |
Sex |
character. Either male |
Age |
integer. Abridged lower bound ages. Same length than rows in |
... |
Other arguments to be passed on to the |
Parameter a(x)
is augmented based on an external estimate of 15q60.
life table as in lt_abridged
function.
See Li (2014).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.