All200 {GmooG} | R Documentation |
The 200 best times for male and female swimmers for many swimming events
Description
The best times up till mid-2021 are for 17 individual swimming events for men and women and for three relay events.
Usage
data(All200)
Format
A data frame with 7685 observations on the following 10 variables.
full_name_computed
Name of swimmer
team_code
country
sdate
date of swim
bdate
date of birth
SwimTime
performance (in seconds)
Gender
Women or Men
style
one of four swimming strokes or three relay events
distance
length of swim with special coding for relays (e.g. 4x100)
dist
length of swim in metres
Rank_Order
ranking within an event
Details
The dataset is analysed in Chapter 20, "Are swimmers swimming faster?".
Source
https://www.worldaquatics.com/swimming/rankings
Examples
data(All200, package="GmooG")
with(All200, table(style))
[Package GmooG version 0.7 Index]