STAT210example4.1 | R Documentation |
A medical device manufacturer produces vascular grafts (artificial veins). These grafts are produced by extruding billets of PTFE resin combined with a lubricant into tubes. This data shows the percentage of tubes in the production run that did not contain any defects known as flicks. The product developer investigates the effect of four different levels of extrusion pressure on flicks using a randomized complete block design considering batches of resin as blocks.
STAT210example4.1
A data frame with 24 observations (rows) and 3 variables (columns).
Column name | Data type | Description | Values | |
[,1] | Extrusion_Pressure | factor | The extrusion pressure in PSI | (8500, 8700, 8900, 9100) |
[,2] | Batch | factor | 6 different resin batches | (1...6) |
[,3] | Yield | numeric | Percentage of tubes without any flicks | (78.9 - 98.2) |
The data is from Example 4.1 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(STAT210example4.1)
# The levels of extrusion pressure
unique(STAT210example4.1$Extrusion_Pressure)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.