logquad_augmented: Augmented logquad

View source: R/log_quad_augm.R

logquad_augmentedR Documentation

Augmented logquad

Description

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.

Usage

logquad_augmented(coeffs, k, q0_5, q60_15, Sex = "b", Age, ...)

Arguments

coeffs

data.frame. Columns a(x), b(x), c(x) and v(x) from fitted logquad model. See fitted_logquad_b.

k

numeric. Adult mortality related value from log-quad estimatation based on one or two input parameters. See lt_model_lq.

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 "m", female "f", or both "b".

Age

integer. Abridged lower bound ages. Same length than rows in coeffs.

...

Other arguments to be passed on to the lt_abridged function.

Details

Parameter a(x) is augmented based on an external estimate of 15q60.

Value

life table as in lt_abridged function.

References

See Li (2014).


timriffe/DemoTools documentation built on Oct. 14, 2024, 12:53 p.m.