
Multiple Decrement Life Table
MLT.Rd
Multiple Decrement Life Table
Arguments
- age
Numeric array of age intervals; for full life table =
0:100
; for concise life table =c(0:1, seq(5,85,5))
- mx
List of numeric arrays. 1st array should be all-cause mx in the population, other arrays are cause-specific mx in the population.
- ...
Other parameters for the function
LT()
includingax
(by default, the middle of the interval),sex
(by default ="m"
- males),l0
(by default = 1).