powered by
The p5.5 data frame has 14 observations on the average number of defects per 10000 bottles due to stones in the bottle wall and the number of weeks since the last furnace overhaul.
p5.5
data(p5.5)
This data frame contains the following columns:
a numeric vector
data(p5.5) defects.lm <- lm(defects~weeks, data=p5.5) plot(defects.lm, which=1)
Run the code above in your browser using DataLab