Learn R Programming

MortalityTables (version 2.0.5)

undampenTrend: 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 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

Run this code
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)

Run the code above in your browser using DataLab