shuttle | R Documentation |
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.
data(shuttle)
A data frame with 23 observations on the following 4 variables.
Number of rings
Number of rings showing thermal distress
ambient temperature (degrees Fahrenheit)
pressure (pounds per square inch)
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.
Davison, A. C. (2003) Statistical Models. Cambridge University Press. Page 7.
data(shuttle)
attach(shuttle)
plot(temperature, r/m,ylab="Proportion of failures")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.