Learn R Programming

MortalityTables (version 2.0.5)

baseYear: Return the base year of the life table

Description

Return the base year of the life table

Usage

baseYear(object, ...)

# S4 method for mortalityTable baseYear(object, ...)

# S4 method for mortalityTable.mixed baseYear(object, ...)

# S4 method for 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

Run this code
mortalityTables.load("Austria_Annuities")
baseYear(AVOe2005R.male)

Run the code above in your browser using DataLab