STAT210prob2.22 | R Documentation |
The shelf life of a carbonated beverage is of interest. Ten bottles are randomly selected and tested, and the data are the shelf life in number of days for each bottle.
STAT210prob2.22
A data frame with 10 observations (rows) and 1 variable (column).
Column name | Data type | Description | Values | |
[,1] | Shelf_Life | integer | Lifetime in days | (106 - 163) |
This is data from Exercise 2.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.
# Rename variable
colnames(STAT210prob2.22)[1] <- "Shelf_Life_days"
# A short summary of the variable
summary(STAT210prob2.22)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.