STAT210prob3.26: STAT210prob3.26: The Response Time of Circuits

STAT210prob3.26R Documentation

STAT210prob3.26: The Response Time of Circuits

Description

This data is the response time in milliseconds determined for three different types of circuits that could be used in an automatic valve shutoff mechanism. The experiment was completely randomized.

Usage

STAT210prob3.26

Format

A data frame with 15 observations (rows) and 2 variables (columns).

Column name Data type Description Values
[,1] Circuit_Type integer 3 types of circuits (1 - 3)
[,2] Response_Time integer Response time in msec (5 - 30)

Details

This is data from Exercise 3.26 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


# A short summary of the variables
summary(STAT210prob3.26)

# The response time for each type of circuit
boxplot(Response_Time ~ Circuit_Type, data = STAT210prob3.26)


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