p12.11: Data Set for Problem 12-11

p12.11R Documentation

Data Set for Problem 12-11

Description

The p12.11 data frame has 44 observations on the fraction of active chlorine in a chemical product as a function of time after manufacturing.

Usage

data(p12.11)

Format

This data frame contains the following columns:

xi

time

yi

available chlorine

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(p12.11)
plot(p12.11)
lines(lowess(p12.11))

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

Related to p12.11 in MPV...