Learn R Programming

MortalityTables (version 2.0)

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)

  • mortalityTable: Return the base year of the life table

  • mortalityTable.mixed: Return the base year of the life table

  • mortalityTable.jointLives: Return the base year of the life table

Examples

Run this code
# NOT RUN {
mortalityTables.load("Austria_Annuities")
baseYear(AVOe2005R.male)

# }

Run the code above in your browser using DataLab