Learn R Programming

MPV (version 1.64)

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

Format

This data frame contains the following columns:

acidtemp

acid bath temperature

acidconc

cascade acid concentration

watertemp

water temperature

sulfconc

sulfide concentration

amtbl

amount of chlorine bleach

y

a measure of the whiteness of rayon

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