Learn R Programming

BSDA (version 1.2.1)

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

Description

Data for Exercise 9.18

Usage

Wastewat

Arguments

Format

A data frame/tibble with 44 observations on two variables

gallons

injected water (in million gallons)

number

number of earthqueakes detected in Denver

References

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.

Examples

Run this code

plot(number ~ gallons, data = Wastewat)
model <- lm(number ~ gallons, data = Wastewat)
summary(model)
anova(model)
plot(model, which = 2)

Run the code above in your browser using DataLab