Learn R Programming

MortalityTables (version 2.0.5)

baseTable: Return the base table of the life table

Description

Return the base table of the life table

Usage

baseTable(object, ...)

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

# S4 method for mortalityTable.period baseTable(object, ...)

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

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

Run the code above in your browser using DataLab