STAT210prob2.32 | R Documentation |
This data contains results from an experiment on the cool-down time for the moulding process of front housings for cell phones. The experiment was conducted using two cool-down times, 10 and 20 seconds. 20 housings were evaluated at each level of cool-down time. All 40 observations in this experiment were run in random order.
STAT210prob2.32
A data frame with 20 observations (rows) and 2 variables (columns).
Column name | Data type | Description | Values | |
[,1] | CoolDown_10 | integer | Inspection score for cell phone housings | (1 - 8) |
[,2] | CoolDown_20 | integer | Inspection score for cell phone housings | (4 - 9) |
Front housings for cell phones are manufactured in an injection moulding process. The time the part is allowed to cool in the mould before removal is thought to influence the occurrence of a particularly troublesome cosmetic defect, flow lines, in the finished housing. After manufacturing, the housings are inspected visually and assigned a score between 1 and 10 based on their appearance, with 10 corresponding to a perfect part and 1 corresponding to a completely defective part.
This is data from Exercise 2.32 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(STAT210prob2.32)
# First six and last eight rows
head(STAT210prob2.32)
tail(STAT210prob2.32, n = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.