getCohortTable: Return the cohort life table as a 'mortalityTable.period'...

Description Usage Arguments Methods (by class) Examples

Description

Return the cohort life table as a mortalityTable.period object

Usage

1
2
3
4
getCohortTable(object, YOB, ...)

## S4 method for signature 'mortalityTable'
getCohortTable(object, YOB, ...)

Arguments

object

The life table object (class inherited from mortalityTable)

YOB

The birth year for which the life table should be calculated

...

Other parameters (currently unused)

Methods (by class)

Examples

1
2
3
4
mortalityTables.load("Austria_Annuities")
tb75 = getCohortTable(AVOe2005R.male, YOB = 1975)
# The tb75 is a fixed table with no trend any more
plot(AVOe2005R.male, tb75, Period = 2017)

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