Learn R Programming

lifecontingencies (version 1.3.1)

demoUsa: United States Social Security life tables

Description

This data set contains period life tables for years 1990, 2000 and 2007. Both males and females life tables are reported.

Usage

data(demoUsa)

Arguments

Format

A data frame with 114 observations on the following 7 variables.

age

age vector

USSS2007M

2007 male life table

USSS2007F

2007 female life table

USSS2000M

2000 male life table

USSS2000F

2000 female life table

USSS1990M

1990 male life table

USSS1990F

1990 female life table

Details

Reported age is truncated at the last age with \(lx>0\).

References

Social Security Agency.

Examples

Run this code
# NOT RUN {
data(demoUsa)
head(demoUsa)
# }

Run the code above in your browser using DataLab