mortalityTable.jointLives
)Return a matrix of the persons' individual death probabilities of a joint-life
table (instance of mortalityTable.jointLives
)
deathProbabilitiesIndividual(tables, YOB, ageDifferences)
List of life table objects (object inherited from
mortalityTable
)
The birth year for the first person
The age differences to the first person
# NOT RUN {
mortalityTables.load("Germany_Census")
deathProbabilitiesIndividual(list(mort.DE.census.1924.26.male), 1977, c(0, 0))
deathProbabilitiesIndividual(list(mort.DE.census.1924.26.male), 1977, c(0, -5, 13))
# }
Run the code above in your browser using DataLab