mortalityImprovement: Return the mortality trend (yearly log-death-probability...

Description Usage Arguments Methods (by class) Examples

Description

Return the mortality trend (yearly log-death-probability improvement) of the given period or the given generation.

Usage

1
2
3
4
mortalityImprovement(object, ..., Period = NULL, YOB = 1975)

## S4 method for signature 'mortalityTable'
mortalityImprovement(object, ..., Period = NULL, YOB = 1975)

Arguments

object

The life table object (class inherited from mortalityTable)

...

Other parameters (currently unused)

Period

The observation year for which the mortality improvement should be calculated. If both YOB and Period are given, YOB is ignored.

YOB

The birth year for which the mortality improvement should be calculated

Methods (by class)

Examples

1
2
3
4
5
mortalityTables.load("Austria_Annuities")
# AVOe 2005R includes a trend decline by default, compare the exact table
# with the table without decline:
mortalityImprovement(AVOe2005R.male, Period = 2017)
mortalityImprovement(AVOe2005R.male.nodamping, Period = 2017)

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