Learn R Programming

MortalityTables (version 2.0.5)

mortalityTable.deMoivre-class: Class mortalityTable.deMoivre - Mortality table with de Moivre's law

Description

A period life table with maximum age omega dn the time of death identically distributed on the interval [0, omega]. The only required slot is the maximum age omega, all probabilities are calculated from it. Optionally, a name and loading can be passed (inherited from mortalityTable).

Arguments

Slots

omega

Maximum age

Examples

Run this code
mm = mortalityTable.deMoivre(100)
plot(mm,
     mortalityTable.deMoivre(90),
     mortalityTable.deMoivre(50))

Run the code above in your browser using DataLab