calculateImprovements {MortalityTables} | R Documentation |
Calculate the improvement factors for the given birth-year and the
mortalityTable.improvementFactors
object
Description
Calculate the improvement factors for the given birth-year and the
mortalityTable.improvementFactors
object
Usage
calculateImprovements(object, ...)
## S4 method for signature 'mortalityTable.improvementFactors'
calculateImprovements(object, ..., Period = NULL, YOB = 1982)
Arguments
object |
A pension table object (instance of a |
... |
Currently unused |
Period |
Observation period (either |
YOB |
Year of birth (either |
Methods (by class)
-
calculateImprovements(mortalityTable.improvementFactors)
: Calculate the total mortality improvement factors relative to the base year for the given birth-year and themortalityTable.improvementFactors
object
Examples
pensionTables.load("USA_PensionPlan_RP2014")
calculateImprovements(RP2014.male@qx, YOB = 2017)
[Package MortalityTables version 2.0.5 Index]