Learn R Programming

lifecontingencies (version 1.3.12)

demoChina: China Mortality Rates for life table construction

Description

Seven yearly mortality rates for each age

Usage

data(demoChina)

Arguments

Format

A data frame with 106 observations on the following 8 variables.

age

Attained age

CL1

CL1 rates

CL2

CL2 rates

CL3

CL3 rates

CL4

CL4 rates

CL5

CL5 rates

CL6

CL6 rates

CL90-93

CL 90-93 rates

Details

See the source link for details.

References

https://mort.soa.org/

Examples

Run this code
data(demoChina)
tableChinaCL1<-probs2lifetable(probs=demoChina$CL1,radix=1000,type="qx",name="CHINA CL1")

Run the code above in your browser using DataLab