Learn R Programming

dobson (version 0.4)

mortality: Mortality data from table 3.2

Description

Numbers of deaths from coronary heart disease and population sizes by 5-year age groups for men in the Hunter region of New South Wales, Australia in 1991.

Usage

data(mortality)

Arguments

Format

A tibble with 8 observations and the following 3 variables.

age group

age group (years)

deaths

number of deaths

population

population size

Examples

Run this code
# NOT RUN {
data(mortality)
summary(mortality)
# }

Run the code above in your browser using DataLab