STAT210prob2.24: STAT210prob2.24: Repair Time of Electronic Instruments

STAT210prob2.24R Documentation

STAT210prob2.24: Repair Time of Electronic Instruments

Description

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.

Usage

STAT210prob2.24

Format

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)

Details

This is data from Exercise 2.24 in Design and Analysis of Experiments, 9th Edition, EMEA Edition.

Source

Montgomery, D. C. (2019) Design and Analysis of Experiments, 9th Edition, EMEA Edition. New York: Wiley.

Examples


# Invoke a spreadsheet-style data viewer
View(STAT210prob2.24)

# A short summary of the variable
summary(STAT210prob2.24)


thoree/stat340 documentation built on June 30, 2024, 4:04 p.m.