getOmega: Return the maximum age of the life table

Description Usage Arguments Methods (by class) Examples

Description

Return the maximum age of the life table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
getOmega(object)

## S4 method for signature 'mortalityTable.period'
getOmega(object)

## S4 method for signature 'mortalityTable.mixed'
getOmega(object)

## S4 method for signature 'mortalityTable.jointLives'
getOmega(object)

## S4 method for signature 'mortalityTable.observed'
getOmega(object)

Arguments

object

A life table object (instance of a mortalityTable class)

Methods (by class)

Examples

1
2
3
mortalityTables.load("Austria_Annuities")
getOmega(AVOe2005R.male)
getOmega(mortalityTable.deMoivre(omega = 100))

kainhofer/r-mortality-tables documentation built on Dec. 17, 2020, 3:53 a.m.