Learn R Programming

GDAdata (version 0.93)

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

Description

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

Usage

data(SpeedSki)

Arguments

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

Examples

Run this code
data(SpeedSki, package="GDAdata")
with(SpeedSki, summary(Speed))
library(ggplot2)
ggplot(SpeedSki, aes(Speed)) + geom_histogram(binwidth=5)

Run the code above in your browser using DataLab