tab03B2: Table 3.3

Description Usage Format Details Source References Examples

Description

Reference set of differences between averages of two adjacent sets of 10 successive batches.

Usage

1

Format

This data frame contains the following columns:

diff10

a numeric vector

Details

The tab03B2 data frame has 200 rows and 1 column. First 9 entries are NA.

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(tab03B2)
attach(tab03B2)
# displays the differences as dot plot (similar to histograms)
plt <- dotPlot(diff10,xlim=2.55*c(-1,+1),xlab="differences")
segments(1.3,0,1.3,max(plt$y))  #vertical line at x=1.3
detach()

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