| OLYMPIC_DECATHLON_2016 {MaxSkew} | R Documentation |
OLYMPIC_DECATHLON_2016
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
data("OLYMPIC_DECATHLON_2016")
Format
A data frame with 23 observations on the following 13 variables.
OSa numeric vector. Athletes' ranking.
ATHLETEa factor with levels
Adam SebastianHELCELETAkihiko NAKAMURAArthur ABELEAshton EATONBastien AUZEILCedric DUBLERDamian WARNERDominik DISTELBERGERJeremy TAIWOKai KAZMIREKKarl Robert SALURIKeisuke USHIROKevin MAYERKurt FELIXLarbi BOURRADALeonel SUAREZLindon VICTORLuiz Alberto DE ARAUJOPau TONNESENPawel WIESIOLEKThomas VAN DER PLAETSENYordani GARCIAZach ZIEMEKCOUNTRYa factor with levels
ALGAUSAUTBELBRACANCUBCZEESPESTFRAGERGRNJPNPOLUSA- ‘100.METRES’
a numeric vector. Points scored in the one hundred metres.
LONG.JUMPa numeric vector. Points scored in the long jump.
SHOT.PUTa numeric vector. Points scored in the shot put.
HIGH.JUMPa 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.THROWa numeric vector. Points scored in the discus throw.
POLE.VAULTa numeric vector. Points scored in the pole vault.
JAVELIN.THROWa numeric vector. Points scored in the javelin throw.
X1500.METRESa numeric vector. Points scored in the one thousand and five hundred metres.
Source
www.iaaf.org
Examples
data(OLYMPIC_DECATHLON_2016)
## maybe str(OLYMPIC_DECATHLON_2016) ; plot(OLYMPIC_DECATHLON_2016) ...