tab03B2 {BHH2} | R Documentation |
Table 3.3
Description
Reference set of differences between averages of two adjacent sets of 10 successive batches.
Usage
data(tab03B2)
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
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()
[Package BHH2 version 2016.05.31 Index]