commutationNumbers {MortalityTables}R Documentation

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

Description

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

Usage

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

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


[Package MortalityTables version 2.0.5 Index]