demoCanada: Canada Mortality Rates for UP94 Series

demoCanadaR Documentation

Canada Mortality Rates for UP94 Series

Description

UP94 life tables underlying mortality rates

Usage

data(demoCanada)

Format

A data frame with 120 observations on the following 7 variables.

x

age

up94M

UP 94, males

up94F

UP 94, females

up942015M

UP 94 projected to 2015, males

up942015f

UP 94 projected to 2015, females

up942020M

UP 94 projected to 2020, males

up942020F

UP 94 projected to 2020, females

Details

Mortality rates are provided.

Source

Courtesy of Andrew Botros

References

Courtesy of Andrew Botros

Examples

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)

spedygiorgio/lifecontingencies documentation built on Feb. 29, 2024, 2:59 p.m.