Learn R Programming

fastR (version 0.10.3)

heliumFootballs: Punting helium- and air-filled footballs

Description

Two identical footballs, one air-filled and one helium-filled, were used outdoors on a windless day at The Ohio State University's athletic complex. Each football was kicked 39 times and the two footballs were alternated with each kick. The experimenter recorded the distance traveled by each ball.

Arguments

Format

A data frame with 39 observations on the following 3 variables.

  • Trial trial number

  • Air distance traveled by air-filled football (yards)

  • Helium distance traveled by helium-filled football (yards)

References

Lafferty, M. B. (1993), "OSU scientists get a kick out of sports controversy", The Columbus Dispatch (November, 21, 1993), B7.

Examples

Run this code
# NOT RUN {
data(heliumFootballs)
xyplot(Helium~Air, data=heliumFootballs)
bwplot(~(Helium-Air), data=heliumFootballs)

# }

Run the code above in your browser using DataLab