powered by
mortalityTable
Scale all probabilities of the given mortalityTable object(s) by the given factor
mT.scaleProbs(table, factor = 1, name.postfix = "scaled", name = NULL)
A life table object (instance of a mortalityTable class) or a list, table or array of mortalityTable objects
Scaling factor for the probabilities (1.0 means unchanged)
String to append to the original name of the table
New name, overwriting the existing name of the table (takes precedence over name.postfix)
name.postfix
mortalityTables.load("Austria_Annuities") mT.scaleProbs(AVOe2005R.male, 1.5) # Add 50% to all death probabilities of the table
Run the code above in your browser using DataLab