deathProbabilitiesIndividual: Return a matrix of the persons' individual death...

Description Usage Arguments Examples

View source: R/mortalityTable.jointLives.R

Description

Return a matrix of the persons' individual death probabilities of a joint-life table (instance of mortalityTable.jointLives)

Usage

1
deathProbabilitiesIndividual(tables, YOB, ageDifferences)

Arguments

tables

List of life table objects (object inherited from mortalityTable)

YOB

The birth year for the first person

ageDifferences

The age differences to the first person

Examples

1
2
3
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))

kainhofer/r-mortality-tables documentation built on Dec. 17, 2020, 3:53 a.m.