p5.13 | R Documentation |
The p5.13
data frame has 8 observations on 4 variables, with
responses replicated 3 times.
data(p5.13)
This data frame contains the following columns:
numeric
numeric
numeric
numeric
response 1
response 2
response 3
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Schubert, K., M. W., Kerber, S. R., Schmidt, and Jones, S.E. (1992) "The catapult problem; enhanced engineering modeling using experimental design," Quality Engineering, 4, 463-473.
y.lm <- lm(I((y.1+y.2+y.3)/3) ~ x1 + x2 + x3 + x4, data = p5.13)
plot(y.lm, which=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.