Learn R Programming

MortalityTables (version 2.0.5)

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

Description

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

Usage

periodDeathProbabilitiesIndividual(tables, period, ageDifferences)

Arguments

tables

List of life table objects (object inherited from mortalityTable)

period

The observation period

ageDifferences

The age differences to the first person

Examples

Run this code
mortalityTables.load("Germany_Census")
periodDeathProbabilitiesIndividual(list(mort.DE.census.1924.26.male), 1977, c(0, 0))
periodDeathProbabilitiesIndividual(list(mort.DE.census.1924.26.male), 1977, c(0, -5, 13))

Run the code above in your browser using DataLab