tab03B1 {BHH2} | R Documentation |
Production record of 210 consecutive batch yield values
data(tab03B1)
This data frame contains the following columns:
a numeric vector
a numeric vector. Moving average of last 10 observations. First 9 entries NA
The tab03B1
data frame has 210 rows and 2 columns.
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(tab03B1)
attach(tab03B1)
stem(yield)
stem(ave10)
plot(yield,xlab="time order",ylab="yield")
detach()