Description Usage Arguments Methods (by class) Examples
Return the cohort life table as a mortalityTable.period object
| 1 2 3 4 | getCohortTable(object, YOB, ...)
## S4 method for signature 'mortalityTable'
getCohortTable(object, YOB, ...)
 | 
| 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) | 
mortalityTable: Return the cohort life table as a
mortalityTable.period object
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.