Wastewat {BSDA}R Documentation

Volume of injected waste water from Rocky Mountain Arsenal and number of earthquakes near Denver

Description

Data for Exercise 9.18

Usage

Wastewat

Format

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

gallons
a numeric vector
number
a numeric vector
ln.no.
a numeric vector
index
a numeric vector

Source

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

Examples

str(Wastewat)
attach(Wastewat)
model <- lm(number~gallons)
summary(model)
detach(Wastewat)
remove(model)

[Package BSDA version 0.1 Index]