TrackRecords | R Documentation |
This data set contains data of national records for several track and field events like 100m, 200m and so on up to marathon. All records are given in minutes.
TrackRecords
A data frame with 54 observations (rows) and 8 variables (columns).
Column name | Data type | Description | Values | |
[,1] | X100m | numeric | Records for 100 m | (0.163 - 0.183) |
[,2] | X200m | numeric | Records for 200 m | (0.322 - 0.374) |
[,3] | X400m | numeric | Records for 400 m | (0.720 - 0.857) |
[,4] | X800m | numeric | Records for 800 m | (1.69 - 1.94) |
[,5] | X1500m | numeric | Records for 1500 m | (3.44 - 4.24) |
[,6] | X5000m | numeric | Records for 5000 m | (12.66 - 16.70) |
[,7] | X10000m | numeric | Records for 10 000 m | (26.46 - 35.38) |
[,8] | Marathon | numeric | Records for marathon | (124.5 - 171.3) |
The row names of the data frame corresponds to the nationality of the athletics.
trackfieldrecords
# The nationalities of the athletics
rownames(TrackRecords)
# A short summary of the variables
summary(TrackRecords)
# A scatterplot matrix of all variables
pairs(TrackRecords, cex = 0.7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.