tab03B1 {BHH2}R Documentation

Table 3.2

Description

Production record of 210 consecutive batch yield values

Usage

data(tab03B1)

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

Details

The tab03B1 data frame has 210 rows and 2 columns.

Source

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

References

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

Examples

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

[Package BHH2 version 2016.05.31 Index]