undampenTrend: Return a 'mortalityTable.trendProjection' object with the...

Description Usage Arguments Methods (by class) Examples

Description

Return a mortalityTable.trendProjection object with the trend damping removed.

Usage

1
2
3
4
undampenTrend(object)

## S4 method for signature 'mortalityTable.trendProjection'
undampenTrend(object)

Arguments

object

The life table object (class inherited from mortalityTable)

Methods (by class)

Examples

1
2
3
4
5
6
mortalityTables.load("Austria_Annuities")
AVOe2005R.male.undamped = undampenTrend(AVOe2005R.male)
AVOe2005R.male.undamped@name = paste(AVOe2005R.male.undamped@name, "no trend dampening")

plot(AVOe2005R.male, AVOe2005R.male.undamped,
    title = "AVOe 2005R with trend dampening and without", YOB = 2000)

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