Learn R Programming

SMPracticals (version 1.3-1)

shuttle: O-ring Thermal Distress Data for Space Shuttle

Description

Data on the number of rubber O-rings showing thermal distress for 23 flights of the space shuttle, with the ambient temperature and pressure at which tests on the putty next to the rings were performed.

Usage

data(shuttle)

Arguments

source

Dalal, S. R., Fowlkes, E. B. and Hoadley, B. (1989) Risk analysis of the space shuttle: Pre-Challenger prediction of failure. Journal of the American Statistical Association, 84, 945--957.

References

Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 7.

Examples

Run this code
data(shuttle)
attach(shuttle)
plot(temperature, r/m,ylab="Proportion of failures")

Run the code above in your browser using DataLab