| demoCanada | R Documentation |
UP94 life tables underlying mortality rates
data(demoCanada)
A data frame with 120 observations on the following 7 variables.
xage
up94MUP 94, males
up94FUP 94, females
up942015MUP 94 projected to 2015, males
up942015fUP 94 projected to 2015, females
up942020MUP 94 projected to 2020, males
up942020FUP 94 projected to 2020, females
Mortality rates are provided.
Courtesy of Andrew Botros
Courtesy of Andrew Botros
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.