baseTable: Return the base table of the life table

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


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