baseTable {MortalityTables}R 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)

Examples

mortalityTables.load("Austria_Annuities")
baseTable(AVOe2005R.male)


[Package MortalityTables version 2.0.5 Index]