Learn R Programming

SEERaBomb (version 2019.2)

nvsr01: National Vital Statistic Report (nvsr01) Data

Description

US mortality rates (probability of death that year) in 2001 (Report 52_14).

Usage

nvsr01

Arguments

Format

A data frame with the following columns.

age

Single-year resolution ages up to 99.5.

p

Pooled sexes and races.

pm

Pooled races, males.

pf

Pooled races, females.

wm

White males.

wf

White females.

bm

Black males.

bf

Black females.

Details

This data is used to extrapolate PY at risk in SEER population files from 85+ to older ages.

References

ftp://ftp.cdc.gov/pub/Health_Statistics/NCHS/Publications/NVSR/52_14/

Examples

Run this code
# NOT RUN {
library(SEERaBomb)
head(nvsr01)
# }

Run the code above in your browser using DataLab