STAT210example3.10 | R Documentation |
A textile company weaves a fabric on a large number of looms. It would like the looms to be homogeneous so that it obtains a fabric of uniform strength. The process engineer suspects that there may be significant variations in strength between looms, and to investigate this, she selects four looms at random and takes four replicates from each loom.
STAT210example3.10
A data frame with 16 observations (rows) and 2 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Looms | factor | 4 different looms | (1, 2, 3, 4) |
[,2] | Strength | integer | The strength of the fabric | (90 - 99) |
The data is from Example 3.10 in Design and Analysis of Experiments, 9th Edition, EMEA Edition.
Montgomery, D. C. (2019) Design and Analysis of Experiments, 9th Edition, EMEA Edition. New York: Wiley.
# A short summary of the variables
summary(STAT210example3.10)
# Fabric strength for each Loom
boxplot(Strength ~ Looms, data = STAT210example3.10,
col = "dodgerblue2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.