STAT210prob3.14 | R Documentation |
A product developer is investigating the tensile strength of a new synthetic fibre that will be used to make cloth for men's shirts. The strength is usually affected by the percentage of cotton used in the blend of materials for the fibre. The engineer conducts a completely randomized experiment with five levels of cotton content and replicates the experiment 5 times.
STAT210prob3.14
A data frame with 25 observations (rows) and 2 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Cotton_Weight | integer | Percentage weight of cotton in the blend | (15 - 35) |
[,2] | Observations | integer | The tensile strength of the fibre | (7 - 25) |
This is data from Exercise3.14 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 variables
summary(STAT210prob3.14)
# Tensile strength per level of cotton content
boxplot(Observations ~ Cotton_Weight,
data = STAT210prob3.14, col = "navajowhite3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.