Learn R Programming

lifecontingencies (version 1.1.10)

demoCanada: Canada Mortality Rates for UP94 Series

Description

UP94 life tables underlying mortality rates

Usage

data(demoCanada)

Arguments

source

Courtesy of Andrew Botros

Details

Mortality rates are provided.

References

Courtesy of Andrew Botros

Examples

Run this code
data(demoCanada)
head(demoCanada)
#create the up94M life table
up94MLt<-probs2lifetable(probs=demoCanada$up94M,radix=100000,"qx",name="UP94")
#create the up94M actuarial table table
up94MAct<-new("actuarialtable", lx=up94MLt@lx, x=up94MLt@x,interest=0.02)

Run the code above in your browser using DataLab