OLYMPIC_DECATHLON_2016: OLYMPIC_DECATHLON_2016

Description Usage Format Source Examples

Description

Results of the athletes competing in the decathlon at the Games of the XXXI Olympiad (Rio de Janeiro, Brazil, year 2016). The dataset contains the points scored in each event by the 23 decathletes who who completed the dacathlons, together with their names and nationalities. It is freely available at www.iaaf.org, the official website of the IAAF (International Association of Athletics Federations).

Usage

1
data("OLYMPIC_DECATHLON_2016")

Format

A data frame with 23 observations on the following 13 variables.

OS

a numeric vector. Athletes' ranking.

ATHLETE

a factor with levels Adam SebastianHELCELET Akihiko NAKAMURA Arthur ABELE Ashton EATON Bastien AUZEIL Cedric DUBLER Damian WARNER Dominik DISTELBERGER Jeremy TAIWO Kai KAZMIREK Karl Robert SALURI Keisuke USHIRO Kevin MAYER Kurt FELIX Larbi BOURRADA Leonel SUAREZ Lindon VICTOR Luiz Alberto DE ARAUJO Pau TONNESEN Pawel WIESIOLEK Thomas VAN DER PLAETSEN Yordani GARCIA Zach ZIEMEK

COUNTRY

a factor with levels ALG AUS AUT BEL BRA CAN CUB CZE ESP EST FRA GER GRN JPN POL USA

100.METRES

a numeric vector. Points scored in the one hundred metres.

LONG.JUMP

a numeric vector. Points scored in the long jump.

SHOT.PUT

a numeric vector. Points scored in the shot put.

HIGH.JUMP

a numeric vector. Points scored in the high jump.

400.METRES

a numeric vector. Points scored in the four hundred metres.

110.METRES.HURDLES

a numeric vector. Points scored in the one hundred and ten metres hurdles.

DISCUS.THROW

a numeric vector. Points scored in the discus throw.

POLE.VAULT

a numeric vector. Points scored in the pole vault.

JAVELIN.THROW

a numeric vector. Points scored in the javelin throw.

X1500.METRES

a numeric vector. Points scored in the one thousand and five hundred metres.

Source

www.iaaf.org

Examples

1
2
data(OLYMPIC_DECATHLON_2016)
## maybe str(OLYMPIC_DECATHLON_2016) ; plot(OLYMPIC_DECATHLON_2016) ...

MaxSkew documentation built on May 2, 2019, 8:26 a.m.