Learn R Programming

SMPracticals (version 1.4-3.1)

hus: Haemolytic Uraemic Syndrome

Description

Annual numbers of cases of `diarrhoea-associated haemolytic uraemic syndrome' treated in clinics in Birmingham and Newcastle from 1970--1989.

Usage

data(hus)

Arguments

Format

A data frame with 20 observations on the following 3 variables.

year

a numeric vector

birmingham

Number of cases treated in Birmingham

newcastle

Number of cases treated in Newcastle

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 142.

Examples

Run this code
data(hus)
plot(hus$year,hus$birmingham,ylab="Annual number of cases",type="s")

Run the code above in your browser using DataLab