mortality: Mortality decrement tables.

Description Usage Format Source Examples

Description

Selected decrement tables.

Usage

1

Format

Data frame with 1 row per age per tablename.

tablename

Unique name identifying the mortality table - ordinarily will select on this, character

tid

SOA unique table number if this table is on the SOA site (rather than constructed), integer

memtype

Purpose of the table: c("employee", "annuitant", "disabled", "hybrid")

collar

c("allcollars", "blue", "white")

sex

Male or female, c("male", "female", "unisex", "female75"), character

unisex is 50 female75 is 75

age

Attained age, integer

qxm

Rate of mortality at age x, numeric

Source

Society of Actuaries (http://mort.soa.org/)

Examples

1
2
3
library(dplyr)
glimpse(mortality)
count(mortality, tablename)

donboyd5/decrements documentation built on May 15, 2019, 10:38 a.m.