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

undampenTrendR Documentation

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

Description

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

Usage

undampenTrend(object)

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

Arguments

object

The life table object (class inherited from mortalityTable)

Methods (by class)

  • undampenTrend(mortalityTable.trendProjection): Return a mortalityTable.trendProjection object with the trend damping removed.

Examples

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)


MortalityTables documentation built on Nov. 2, 2023, 5:52 p.m.