p5.10: Data Set for Problem 5-10

p5.10R Documentation

Data Set for Problem 5-10

Description

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.

Usage

data(p5.10)

Format

This data frame contains the following columns:

x1

speed

x2

pressure

x3

distance

yi1

response 1

yi2

response 2

yi3

response 3

ybar.i

average response

si

standard deviation of the 3 responses

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.10)
attach(p5.10)
y.lm <- lm(ybar.i ~ x1 + x2 + x3)
plot(y.lm, which=1)
detach(p5.10)

MPV documentation built on Sept. 8, 2023, 5:44 p.m.

Related to p5.10 in MPV...