p5.5 {MPV} | R Documentation |
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.
data(p5.5)
This data frame contains the following columns:
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
data(p5.5) defects.lm <- lm(defects~weeks, data=p5.5) plot(defects.lm, which=1)