Scotland: Scottish Death Registration data for 2021.

ScotlandR Documentation

Scottish Death Registration data for 2021.

Description

The number of deaths registered in Scotland per week for the first 42 weeks of 2021, stratified by cause of death.

Usage

Scotland

Format

A matrix with five rows and 42 columns.

rows

Cancer, Dementia, Respiratory, SARS-Cov2 and Other causes of death.

columns

Regsitration Weeks (Wk1 - Wk42).

Source

Downloaded from https://www.nrscotland.gov.uk/research/guides/birth-death-and-marriage-records in Nov 2021.

Examples

data(Scotland, package = "R4HCR")

# A stacked barplot.
barplot(Scotland,
        legend.text = c("Cancer","Dementia/Alzheimers",
                        "Circulatory","Respiratory","Covid-19","Other"),
        beside = FALSE,
        cex.names = 0.8,
        angle = c(45,90,135,180,215),
        density = 45,
        args.legend = c(ncol = 3, cex = 0.65, x = 45))


R4HCR documentation built on Sept. 30, 2024, 9:46 a.m.

Related to Scotland in R4HCR...