Learn R Programming

lifecontingencies (version 1.3.12)

demoUk: UK life tables

Description

AM and AF one year mortality rate. Series of 1992

Usage

data(demoUk)

Arguments

Format

A data frame with 74 observations on the following 3 variables:

Age

Annuitant age

AM92

One year mortality rate (males)

AF92

One year mortality rate (males)

Details

This data set shows the one year survival rates for males and females of the 1992 series. It has been taken from the Institute of Actuaries. The series cannot be directly used to create a life table since neither rates are not provided for ages below 16 nor for ages over 90. Various approach can be used to complete the series.

References

https://www.actuaries.org.uk/learn-and-develop/continuous-mortality-investigation/cmi-mortality-and-morbidity-tables/92-series-tables

Examples

Run this code
data(demoUk)
head(demoUk)

Run the code above in your browser using DataLab