p5.10 | R Documentation |
The p5.10
data frame has 27 observations on the
effect of three factors on a printing machine's ability
to apply coloring inks on package labels.
data(p5.10)
This data frame contains the following columns:
speed
pressure
distance
response 1
response 2
response 3
average response
standard deviation of the 3 responses
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.
data(p5.10)
attach(p5.10)
y.lm <- lm(ybar.i ~ x1 + x2 + x3)
plot(y.lm, which=1)
detach(p5.10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.