commutationNumbers: Calculate the commutation numbers for the given parameters,...

Description Usage Arguments Methods (by class) Examples

Description

Calculate the commutation numbers for the given parameters, using the mortality table and an interest rate

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
commutationNumbers(object, ..., ages = NULL, i = 0.03)

## S4 method for signature 'mortalityTable'
commutationNumbers(object, ..., ages = NULL, i = 0.03)

## S4 method for signature 'numeric'
commutationNumbers(object, ages, i = 0.03)

## S4 method for signature 'pensionTable'
commutationNumbers(object, ..., ages = NULL, i = 0.03)

Arguments

object

The life table object (class inherited from mortalityTable)

...

Other parameters to be passed to the deathProbabilities call (e.g. YOB)

ages

Vector of ages for which the probabilities should be extracted and commutation numbers calculates

i

Interest rate used for the calculation of the commutation numbers

Methods (by class)

Examples

1
2
mortalityTables.load("Austria_Annuities")
commutationNumbers(AVOe2005R.male, i = 0.03, YOB = 1975)

kainhofer/r-mortality-tables documentation built on Dec. 17, 2020, 3:53 a.m.