STAT210prob3.22 | R Documentation |
A manufacturer of television sets is interested in the effect on tube conductivity of four different types of coating for colour picture tubes. A complete randomized experiment was conducted, and this data contains the conductivity data.
STAT210prob3.22
A data frame with 16 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | id | integer | The television ID | (1 - 16) |
[,2] | Coating_Type | integer | 4 types of coating | (1 - 4) |
[,3] | Conductivity | integer | The photoconductivity | (127 - 152) |
This is data from Exercise 3.22 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.22)
# Conductivity for each type of coating
boxplot(Conductivity ~ Coating_Type, data = STAT210prob3.22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.