Learn R Programming

BHH2 (version 0.2-2)

tab03B1: Table 3.2

Description

Production record of 210 consecutive batch yield values

Usage

data(tab03B1)

Arguments

source

Box G. E. P, Hunter, W. C. and Hunter, J. S. (1978). Statistics for Experimenters. New York: Wiley.

Details

The tab03B1 data frame has 210 rows and 2 columns.

References

Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.

Examples

Run this code
library(BHH2)
data(tab03B1)
attach(tab03B1)
stem(yield)
stem(ave10)
plot(yield,xlab="time order",ylab="yield")
detach()

Run the code above in your browser using DataLab