Learn R Programming

GDAdata (version 0.93)

MexLJ: 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)

Arguments

Format

A data frame with 16 observations on the following variable.
Jump
Distance jumped measured in metres

Examples

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

Run the code above in your browser using DataLab