undampenTrend {MortalityTables} | R 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 amortalityTable.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)
[Package MortalityTables version 2.0.5 Index]