mortalityTable.onceAndFuture {MortalityTables} | R Documentation |
Generate a (deterministic) mortality table with all probabilities starting at a given age set to 1
Description
Generate a (deterministic) mortality table with all probabilities starting at a given age set to 1
Usage
mortalityTable.onceAndFuture(
transitionAge,
name = "Deterministic mortality table",
ages = 0:99
)
Arguments
transitionAge |
The age where the deterministic transition occurs |
name |
The name of the table |
ages |
The ages of the table |
[Package MortalityTables version 2.0.5 Index]