Learn R Programming

BHH2 (version 0.2-2)

tab03B2: Table 3.3

Description

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

Usage

data(tab03B2)

Arguments

source

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

Details

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

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(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()

Run the code above in your browser using DataLab