uk_deathscausedata: Sample mortality data stratified by cause of death

uk_deathscausedataR 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)


BayesMoFo documentation built on Aug. 11, 2025, 1:07 a.m.