Hubble {PASWR}R Documentation

Hubble Telescope

Description

The Hubble Space Telescope was put into orbit on April 25, 1990. Unfortunately, on June 25, 1990, a spherical aberration was discovered in Hubble's primary mirror. To correct this, astronauts had to work in space. To prepare for the mission, two teams of astronauts practiced making repairs under simulated space conditions. Each team of astronauts went through 15 identical scenarios. The times to complete each scenario were recorded in days.

Usage

Hubble

Format

A data frame with 15 observations on the following 2 variables:

Team1
days to complete scenario
Team2
days to complete scenario

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples

attach(Hubble)
TD <- Team1 -Team2
qqnorm(TD)
qqline(TD)
detach(Hubble)

[Package PASWR version 1.0 Index]