Learn R Programming

MortalityTables (version 2.0.3)

lifeTable: Return the lifetable object (package lifecontingencies) for the cohort life table

Description

Return the lifetable object (package lifecontingencies) for the cohort life table

Usage

lifeTable(object, ...)

# S4 method for mortalityTable lifeTable(object, ...)

# S4 method for array lifeTable(object, ...)

# S4 method for list lifeTable(object, ...)

# S4 method for `NULL` lifeTable(object, ...)

Arguments

object

The life table object (class inherited from mortalityTable)

...

Parameters to be passed to the deathProbabilities method of the life table

Methods (by class)

  • mortalityTable: Return the lifetable object (package lifecontingencies) for the cohort life table

  • array: Return the lifetable object (package lifecontingencies) from the mortalityTable objects stored in the array

  • list: Return the lifetable object (package lifecontingencies) from the mortalityTable objects stored in the list

  • NULL: Empty dummy function to handle unassigned variables

Examples

Run this code
if (requireNamespace("lifecontingencies", quietly = TRUE)) {
library("lifecontingencies")
mortalityTables.load("Austria_Annuities")
lifeTable(AVOe2005R.male, YOB = 2017)
axn(lifeTable(AVOe2005R.male, YOB = 1975), x = 65, i = 0.03)
axn(lifeTable(AVOe2005R.male, YOB = 2017), x = 65, i = 0.03)
}

Run the code above in your browser using DataLab