MexLJ {GDAdata}R Documentation

Data from the longjump final in the 1968 Mexico Olympics.

Description

The best longjumps by the 16 finalists in the 1968 Mexico Olympics. Each athlete jumped up to six times, though the winner of the Gold Medal, Bob Beamon, only jumped twice.

Usage

data(MexLJ)

Format

A data frame with 16 observations on the following variable.

Jump

Distance jumped measured in metres

Source

http://en.wikipedia.org/wiki/Athletics_at_the_1968_Summer_Olympics_-_Men's_long_jump

Examples

data(MexLJ, package="GDAdata")
with(MexLJ, summary(Jump))
with(MexLJ, hist(Jump,breaks=seq(7.25,9,0.25)))

[Package GDAdata version 0.93 Index]