powered by
Data for Exercise 9.18
Wastewat
A data frame with 44 observations on the following 4 variables.
gallons
a numeric vector
number
ln.no.
index
# 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