powered by
Data for Exercise 9.18
Wastewat
A data frame/tibble with 44 observations on two variables
injected water (in million gallons)
number of earthqueakes detected in Denver
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { 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