Learn R Programming

lifecontingencies (version 1.2.1)

demoCanada: Canada Mortality Rates for UP94 Series

Description

UP94 life tables underlying mortality rates

Usage

data(demoCanada)

Arguments

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

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