ex2011: Space Shuttle

Description Usage Format Source See Also Examples

Description

This data frame contains the launch temperatures (degrees Fahrenheit) and an indicator of O-ring failures for 24 space shuttle launches prior to the space shuttle Challenger disaster of January 28, 1986.

Usage

1

Format

A data frame with 24 observations on the following 2 variables.

Temperature

Launch temperature (in degrees Fahrenheit)

Failure

Indicator of O-ring failure

Source

Ramsey, F.L. and Schafer, D.W. (2013). The Statistical Sleuth: A Course in Methods of Data Analysis (3rd ed), Cengage Learning.

See Also

case0401, ex2223

Examples

1

Example output

'data.frame':	24 obs. of  2 variables:
 $ Temperature: int  53 56 57 63 66 67 67 67 68 69 ...
 $ Failure    : Factor w/ 2 levels "No","Yes": 2 2 2 1 1 1 1 1 1 1 ...

Sleuth3 documentation built on May 2, 2019, 6:41 a.m.