tab03B1: Table 3.2

Description Usage Format Details Source References Examples

Description

Production record of 210 consecutive batch yield values

Usage

1

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

1
2
3
4
5
6
7
library(BHH2)
data(tab03B1)
attach(tab03B1)
stem(yield)
stem(ave10)
plot(yield,xlab="time order",ylab="yield")
detach()

BHH2 documentation built on May 1, 2019, 6:27 p.m.