Ligntmonth {BSDA}R Documentation

Relationship between damage reports and deaths caused by lightning

Description

Data for Exercise 2.6

Usage

Ligntmonth

Format

A data frame with 12 observations on the following 4 variables.

Month
a factor with levels 1/01/2000 10/01/2000 11/01/2000 12/01/2000 2/01/2000 3/01/2000 4/01/2000 5/01/2000 6/01/2000 7/01/2000 8/01/2000 9/01/2000
deaths
a numeric vector
injuries
a numeric vector
damage
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Ligntmonth)
attach(Ligntmonth)
plot(damage,deaths)
detach(Ligntmonth)

[Package BSDA version 0.1 Index]