MexLJ: Data from the longjump final in the 1968 Mexico Olympics.

Description Usage Format Source Examples

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

1

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

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

GDAdata documentation built on May 2, 2019, 5:11 a.m.

Related to MexLJ in GDAdata...