Description Usage Format Source References Examples
Data set of the variability of machine heads in a quality improvement experiment.
1 |
A data frame with 30 observations on the following 6 variables.
numeric. Observation number.
factor. Periods factor (P1, ..., P6).
factor. Type of head factor (H1, ..., H5).
factor. Day factor (D1 and D2).
factor. Shift factor (S1, S2, and S3).
numeric. Response.
Box, G. E. P. (1993). "How to Get Lucky". Quality Engineering, Vol. 5, No. 3, pp 517-524.
Box G. E. P, Hunter, J. S. and Hunter, W. C. (2005). Statistics for Experimenters II. New York: Wiley.
1 2 3 |
'data.frame': 30 obs. of 6 variables:
$ obs : int 1 2 3 4 5 6 7 8 9 10 ...
$ periods: Factor w/ 6 levels "P1","P2","P3",..: 1 1 1 1 1 2 2 2 2 2 ...
$ heads : Factor w/ 5 levels "H1","H2","H3",..: 1 2 3 4 5 1 2 3 4 5 ...
$ days : Factor w/ 2 levels "D1","D2": 1 1 1 1 1 1 1 1 1 1 ...
$ shifts : Factor w/ 3 levels "S1","S2","S3": 1 1 1 1 1 2 2 2 2 2 ...
$ resp : int 20 14 17 12 22 16 19 16 17 21 ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.