heptathlon {nclSLR}R Documentation

Heptathlon data.

Description

Results for the heptathlon at the 2012 Olympic Games in London for the 29 athletes who completed all events and were not disqualified.

Usage

data(heptathlon)

Value

A data frame with 29 rows and 7 variables. The data frame contains the following columns:

H100M

100 metres hurdles (seconds).

HJ

High jump (metres).

SP

Shot put (metres).

R200M

200 metres (seconds).

LJ

Long jump (metres).

JT

Javelin throw (metres).

R800M

800 metres (seconds).

Source

The data were taken from Wikipedia at https://en.wikipedia.org/wiki/Athletics_at_the_2012_Summer_Olympics_%E2%80%93_Women%27s_heptathlon.

Examples

data(heptathlon)
head(heptathlon)

[Package nclSLR version 0.1.0 Index]