STAT210prob3.26 | R Documentation |
This data is the response time in milliseconds determined for three different types of circuits that could be used in an automatic valve shutoff mechanism. The experiment was completely randomized.
STAT210prob3.26
A data frame with 15 observations (rows) and 2 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Circuit_Type | integer | 3 types of circuits | (1 - 3) |
[,2] | Response_Time | integer | Response time in msec | (5 - 30) |
This is data from Exercise 3.26 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.26)
# The response time for each type of circuit
boxplot(Response_Time ~ Circuit_Type, data = STAT210prob3.26)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.