Learn R Programming

BHH2 (version 2016.05.31)

tab03B1: Table 3.2

Description

Production record of 210 consecutive batch yield values

Usage

data(tab03B1)

Arguments

Format

This data frame contains the following columns:
yield
a numeric vector
ave10
a numeric vector. Moving average of last 10 observations. First 9 entries NA

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