SpeedSki: World Speed Skiing Competition, Verbier 21st April, 2011

Description Usage Format Source Examples

Description

There were separate Speed Skiing competitions for men (79 participants) and women (12 participants).

Usage

1

Format

A data frame with 91 observations on the following 8 variables.

Rank

Finishing position by sex

Bib

Start number

FIS.Code

Skier's international skiing ID number

Name

Skier's name

Year

Skier's year of birth

Nation

Skier's nationality

Speed

Speed achieved in km/hr

Sex

Female or Male

Event

Speed Downhill, Speed Downhill Junior or Speed One

no.of.runs

No of runs

Source

http://www.fis-ski.com/de/606/612.html?sector=SS&raceid=262 (men)
http://www.fis-ski.com/de/606/612.html?sector=SS&raceid=263 (women)

Examples

1
2
3
4
data(SpeedSki, package="GDAdata")
with(SpeedSki, summary(Speed))
library(ggplot2)
ggplot(SpeedSki, aes(Speed)) + geom_histogram(binwidth=5)

GDAdata documentation built on May 2, 2019, 5:11 a.m.

Related to SpeedSki in GDAdata...