mortalityTable.once: Generate a (deterministic) mortality table with only one...

View source: R/mortalityTable.period.R

mortalityTable.onceR Documentation

Generate a (deterministic) mortality table with only one probability set to 1 (for the given age)

Description

Generate a (deterministic) mortality table with only one probability set to 1 (for the given age)

Usage

mortalityTable.once(
  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


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