getPeriodTable: Return the period life table as a 'mortalityTable.period'...

getPeriodTableR Documentation

Return the period life table as a mortalityTable.period object

Description

Return the period life table as a mortalityTable.period object

Usage

getPeriodTable(object, Period, ...)

## S4 method for signature 'mortalityTable'
getPeriodTable(object, Period, ...)

Arguments

object

The life table object (class inherited from mortalityTable)

Period

The observation year, for which the death probabilities should be determined. If missing, the base year of the table is used.

...

Other parameters (currently unused)

Methods (by class)

  • getPeriodTable(mortalityTable): Return the period life table as a mortalityTable.period object

Examples

mortalityTables.load("Austria_Annuities")
tb17 = getPeriodTable(AVOe2005R.male, Period = 2017)
# The tb17 is a fixed table with no trend any more
plot(AVOe2005R.male, tb17, YOB = 1975)


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