ages: Return the defined ages of the life table

Description Usage Arguments Methods (by class) Examples

Description

Return the defined ages of the life table

Usage

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

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

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

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

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

Arguments

object

A life table object (instance of a mortalityTable class)

...

Currently unused

Methods (by class)

Examples

1
2
3
4
5
6
mortalityTables.load("Austria_Annuities")
ages(AVOe2005R.male)
ages(AVOe1996R.male)

mortalityTables.load("Austria_Census")
ages(mort.AT.census.2011.male)

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