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