ages {MortalityTables}R Documentation

Return the defined ages of the life table

Description

Return the defined ages of the life table

Usage

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

mortalityTables.load("Austria_Annuities")
ages(AVOe2005R.male)
ages(AVOe1996R.male)

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


[Package MortalityTables version 2.0.5 Index]