p5.5 {MPV} | R Documentation |
Data Set for Problem 5-5
Description
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.
Usage
data(p5.5)
Format
This data frame contains the following columns:
- defects
a numeric vector
- weeks
a numeric vector
Source
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
Examples
data(p5.5)
defects.lm <- lm(defects~weeks, data=p5.5)
plot(defects.lm, which=1)
[Package MPV version 1.63 Index]