uk_deathscausedata {BayesMoFo}R Documentation

Sample mortality data stratified by cause of death

Description

UK causes of deaths data from the Human Mortality Database

Usage

data("uk_deathscausedata")

Format

A data.frame with 1600 rows and 5 columns (col 1: Age, col 2: Year, col 3: Deaths, col 4: Exposures, col 5: Cause)/

Ages

Numeric, ranging between 15 and 90.

Years

Numeric. Years at claims, spanning years 2001-2020.

Deaths

Numeric.

Exposures

Numeric.

Cause

Character. cause of deaths as coded on the HMD

Examples

##Load death data
data("uk_deathscausedata")
str(uk_deathscausedata)
head(uk_deathscausedata)


[Package BayesMoFo version 0.1.0 Index]