calculateImprovements: Calculate the improvement factors for the given birth-year...

calculateImprovementsR 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 mortalityTable.improvementFactors class)

...

Currently unused

Period

Observation period (either Period or YOB should be given)

YOB

Year of birth (either Period or YOB should be given)

Methods (by class)

  • calculateImprovements(mortalityTable.improvementFactors): Calculate the total mortality improvement factors relative to the base year for the given birth-year and the mortalityTable.improvementFactors object

Examples

pensionTables.load("USA_PensionPlan_RP2014")
calculateImprovements(RP2014.male@qx, YOB = 2017)


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