mortalityTable.jointLives-class {MortalityTables} | R Documentation |
Class mortalityTable.jointLives - Life table for multiple joint lives
Description
A cohort life table obtained by calculating joint death probabilities for multiple lives, each possibly using a different mortality table.
Slots
table
The
mortalityTable
object for all lives (vector if different tables should be used for the different persons)
Examples
mortalityTables.load("Germany_Census")
table.JL = mortalityTable.jointLives(
name = "ADSt 24/26 auf verbundene Leben",
table = mort.DE.census.1924.26.male
)
deathProbabilities(table.JL, YOB = 1977, ageDifferences = c(1, 5, -5, 16))
deathProbabilities(table.JL, YOB = 1977, ageDifferences = c(0))
deathProbabilities(table.JL, YOB = 1977, ageDifferences = c(1, 5, 16))
[Package MortalityTables version 2.0.5 Index]