baseYear: Return the base year of the life table

baseYearR 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)


MortalityTables documentation built on Nov. 2, 2023, 5:52 p.m.