tab03B2 {BHH2} | R Documentation |
Reference set of differences between averages of two adjacent sets of 10 successive batches.
data(tab03B2)
This data frame contains the following columns:
a numeric vector
The tab03B2
data frame has 200 rows and 1 column.
First 9 entries are NA
.
Box G. E. P, Hunter, W. C. and Hunter, J. S. (1978). Statistics for Experimenters. New York: Wiley.
Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.
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()