p5.12 | R Documentation |
The p5.12
data frame has 27 observations on 3 variables, with
responses replicated 3 times. Averages and standard deviations are calculated
for each level of the experimental design.
data(p5.12)
This data frame contains the following columns:
numeric, experimental run number
numeric
numeric
numeric
response 1
response 2
response 3
average of 3 responses at ith level
standard deviation of 3 responses at ith level
Montgomery, D.C., Peck, E.A., and Vining, C.G. (2021) Introduction to Linear Regression Analysis. 6th Edition, John Wiley and Sons.
Vining, G. and Myers, R. (1990) "Combining Taguchi and Response Surface Philosophies: A Dual Response Approach," Journal of Quality Technology, 22, 15-22.
y.lm <- lm(ybari ~ xi + x2 + x3, data = p5.12)
plot(y.lm, which=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.