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

Description Usage Arguments Methods (by class) Examples

Description

Return the period life table as a mortalityTable.period object

Usage

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

Examples

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

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