R Dataset / Package Stat2Data / LongJumpOlympics
On this R-data statistics page, you will find information about the LongJumpOlympics data set which pertains to LongJumpOlympics. The LongJumpOlympics data set is found in the Stat2Data R package. You can load the LongJumpOlympics data set in R by issuing the following command at the console data("LongJumpOlympics"). This will load the data into a variable called LongJumpOlympics. If R says the LongJumpOlympics data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the LongJumpOlympics R data set. The size of this file is about 273 bytes.
LongJumpOlympics
Description
Winning distances in men's Olympic long jump competitions (1920-2008)
Format
A dataset with 26 observations on the following 2 variables.
Year | Year of the Olympics (1900-2008) |
Gold | Winning men's long jump distance (in meters) |
Details
Gold medal winning distances for the men's long jump at the Olympics from 1900 to 2008.
Source
Historcial Olympic long ump results at http://trackandfield.about.com/od/longjump/qt/olymlongjumpmen.htm
Dataset imported from https://www.r-project.org.