Learn R Programming

MPV (version 1.35)

p4.20: Data Set for Problem 4-20

Description

The p4.20 data frame has 26 observations on a designed experiment to determine the influence of five factors on the whiteness of rayon.

Usage

data(p4.20)

Arguments

source

Montgomery, D.C., Peck, E.A., and Vining, C.G. (2001) Introduction to Linear Regression Analysis. 3rd Edition, John Wiley and Sons.

References

Myers and Montgomery (1995) Response Surface Methodology, pp. 267-268.

Examples

Run this code
data(p4.20)
y.lm <- lm(y ~ acidtemp, data=p4.20)
summary(y.lm)

Run the code above in your browser using DataLab