shuttles | R Documentation |
The number of O-rings damaged for 23 space shuttle launches
data(shuttles)
A data frame containing 23 observation with the following 2 variables.
Temp
the ambient air temperature in degrees Fahrenheit; a numeric vector
Damaged
the number of primary O-rings damaged for 23 space shuttle launches
The data give the ambient temperature and the number of primary O-rings damaged for 23 of the 24 space shuttle launches before the launch of the space shuttle Challenger on January 28, 1986. (Challenger was the 25th shuttle. One engine was lost at sea and could not be examined.) Each space shuttle contains 6 primary O-rings.
Samprit Chatterjee, Mark S. Handcock and Jeffrey S. Simonoff (1995) A Casebook for a First Course in Statistics and Data Analysis, Wiley.
Siddhartha R. Dalal, Edward B. Fowlkes and Bruce Hoadley (1989) Risk analysis of the space shuttle: Pre-Challenger prediction of failure. Journal of the American Statistical Association, 84(408), 945–957; Table 1.
data(shuttles) plot(Damaged/6 ~ Temp, data=shuttles)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.