STAT210prob3.11 | R Documentation |
The tensile strength of Portland cement is being studied and four different mixing techniques can be used economically. A completely randomized experiment was conducted.
STAT210prob3.11
A data frame with 16 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | X | integer | Cement ID number | (1 - 16) |
[,2] | Technique | integer | 4 mixing techniques | (1 - 4) |
[,3] | Tensile_Strength | integer | Tensile strength in lb/in ^2 | (2600 - 3300) |
This is data from Exercise 3.11 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(STAT210prob3.11)
# Tensile strength for each mixing method
boxplot(Tensile_Strength ~ Technique,
data = STAT210prob3.11, col = "plum4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.