Learn R Programming

BSDA (version 1.01)

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 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

Examples

Run this code
# NOT RUN {
str(Wastewat)
attach(Wastewat)
model <- lm(number~gallons)
summary(model)
detach(Wastewat)
remove(model)
# }

Run the code above in your browser using DataLab