baseTable {MortalityTables} | R Documentation |
Return the base table of the life table
Description
Return the base table of the life table
Usage
baseTable(object, ...)
## S4 method for signature 'mortalityTable'
baseTable(object, ...)
## S4 method for signature 'mortalityTable.period'
baseTable(object, ...)
## S4 method for signature 'mortalityTable.jointLives'
baseTable(object, ...)
Arguments
object |
The life table object (class inherited from mortalityTable) |
... |
Other parameters (currently unused) |
Methods (by class)
-
baseTable(mortalityTable)
: Return the base table of the life table -
baseTable(mortalityTable.period)
: Return the base table of the life table -
baseTable(mortalityTable.jointLives)
: Return the base table of the joint lives mortality table (returns the base table of the first table used for joint lives)
Examples
mortalityTables.load("Austria_Annuities")
baseTable(AVOe2005R.male)
[Package MortalityTables version 2.0.5 Index]