mortalityTable.jointLives-class: Class mortalityTable.jointLives - Life table for multiple...

mortalityTable.jointLives-classR 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))


MortalityTables documentation built on Nov. 2, 2023, 5:52 p.m.