Learn R Programming

UsingR (version 2.0-7)

KSI: Data set on automobile deaths and injuries in Great Britain

Description

Data on car drivers killed, car drivers killed or seriously injured (KSI), and light goods drivers killed during the years 1969 to 1984 in Great Britain. In February 1982 a compulsory seat belt law was introduced.

Usage

data(KSI)

Arguments

Format

The data is stored as a multi-variate zoo object.

References

Source: HMSO: Road Accidents in Great Britain 1984.

Examples

Run this code
# NOT RUN {
data(KSI)
plot(KSI)
seatbelt = time(KSI) < 1983 + (2-1)/12

# }

Run the code above in your browser using DataLab