STAT210prob2.24 | R Documentation |
The time it takes to repair an electronic instrument is a normally distributed random variable measured in hours. The repair time for 16 such instruments were chosen at random.
STAT210prob2.24
A data frame with 16 observations (rows) and 1 variable (column).
Column name | Data type | Description | Values | |
[,1] | Hours | integer | Repair time in hours | (101 - 485) |
This is data from Exercise 2.24 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.
# Invoke a spreadsheet-style data viewer
View(STAT210prob2.24)
# A short summary of the variable
summary(STAT210prob2.24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.