DAAG (version 1.22.1)

orings: Challenger O-rings Data

Description

Record of the number and type of O-ring failures prior to the tragic Challenger mission in January, 1986.

Usage

orings

Arguments

Format

This data frame contains the following columns:

Temperature

O-ring temperature for each test firing or actual launch of the shuttle rocket engine

Erosion

Number of erosion incidents

Blowby

Number of blowby incidents

Total

Total number of incidents

References

Tufte, E. R. 1997. Visual Explanations. Graphics Press, Cheshire, Connecticut, U.S.A.

Examples

Run this code
# NOT RUN {
oldpar <- par(mfrow=c(1,2))
plot(Total~Temperature, data = orings[c(1,2,4,11,13,18),]) # the 
               # observations included in the pre-launch charts
plot(Total~Temperature, data = orings)
par(oldpar)
# }

Run the code above in your browser using DataLab