STAT210prob2.28: STAT210prob2.28: Burning Times of Chemical Flares

STAT210prob2.28R Documentation

STAT210prob2.28: Burning Times of Chemical Flares

Description

The data in this data set are the burning times of chemical flares of two different formulations. The design engineers are interested in both the mean and variance of the burning times.

Usage

STAT210prob2.28

Format

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

Column name Data type Description Values
[,1] Type_1 integer Burning time in minutes (57 - 82)
[,2] Type_2 integer Burning time in minutes (56 - 83)

Details

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


# The structure of the object
str(STAT210prob2.28)

# A short summary of the variables
summary(STAT210prob2.28)


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