casedata: Data set contains the number of cases information

Description Usage Format Details Examples

Description

Cases of Hepatitis Z in Ontario.

Usage

1

Format

data frame

Details

This dataset refers to cases of Hepatitis Z in Ontario for the years 1916 to 1918, giving the number of cases in each census subdivision by age, sex and year. For reasons of privacy, any counts between 1 and 5 have been changed to 1.

Examples

1
2
3
4
5
6
data(casedata)
head(casedata)
table(casedata$cases)
tapply(casedata$cases, casedata$age, sum)

## maybe str(casedata) ; plot(casedata) ...

diseasemapping documentation built on Sept. 10, 2021, 9:06 a.m.