STAT210prob2.28 | R Documentation |
The data in this data set are the burning times of chemical flares of two different formulations. The design engineers are interested in both the mean and variance of the burning times.
STAT210prob2.28
A data frame with 10 observations (rows) and 2 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Type_1 | integer | Burning time in minutes | (57 - 82) |
[,2] | Type_2 | integer | Burning time in minutes | (56 - 83) |
This is data from Exercise 2.28 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.
# The structure of the object
str(STAT210prob2.28)
# A short summary of the variables
summary(STAT210prob2.28)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.