Learn R Programming

dslabs (version 0.7.1)

death_prob: 2015 US Period Life Table

Description

Probability of death within 1 year by age and sex in the United States in 2015.

Usage

data(death_prob)

Arguments

Format

An object of class "data.frame".

Details

  • age. Age strata, with each year a different stratum.

  • sex. Male or Female.

  • prob. Probability of death within 1 year given exact age and sex.

Examples

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

Run the code above in your browser using DataLab