STAT210example5.2 | R Documentation |
The impurity present in a chemical product is affected by two factors: pressure and temperature. This data shows a factorial experiment with a single replicate.
STAT210example5.2
A data frame with 15 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Temperature | factor | 3 levels of temperature in °F | (100, 125, 150) |
[,2] | Pressure | factor | 5 levels of pressure | (25, 30, 35, 40, 45) |
[,3] | Impurity | integer | The impurity of each product | (1 - 6) |
The data is from Example 5.2 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(STAT210example5.2)
# Column names
colnames(STAT210example5.2)
# The structure of the object
str(STAT210example5.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.