case0401: Space Shuttle

Description Usage Format Source References See Also Examples

Description

The number of space shuttle O-ring incidents for 4 space shuttle launches when the air temperatures was below 65 degrees F and for 20 space shuttle launches when the air temperature was above 65 degrees F.

Usage

1

Format

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

Incidents

the number of O-ring incidents

Launch

factor variable with two levels—"Cool" and "Warm"

Source

Ramsey, F.L. and Schafer, D.W. (2002). The Statistical Sleuth: A Course in Methods of Data Analysis (2nd ed), Duxbury.

References

Feynman, R.P. (1988). What do You Care What Other People Think? W. W. Norton.

See Also

ex2011, ex2223

Examples

1
2
3
str(case0401)
stem(subset(case0401, Launch=="Cool", Incidents, drop=TRUE))
stem(subset(case0401, Launch=="Warm", Incidents, drop=TRUE))

Example output

'data.frame':	24 obs. of  2 variables:
 $ Incidents: num  1 1 1 3 0 0 0 0 0 0 ...
 $ Launch   : Factor w/ 2 levels "Cool","Warm": 1 1 1 1 2 2 2 2 2 2 ...

  The decimal point is at the |

  1 | 000
  1 | 
  2 | 
  2 | 
  3 | 0


  The decimal point is at the |

  0 | 00000000000000000
  0 | 
  1 | 00
  1 | 
  2 | 0

Sleuth2 documentation built on May 2, 2019, 7:01 a.m.