Learn R Programming

Sleuth3 (version 1.0-3)

ex0920: Winning Speeds at the Kentucky Derby

Description

Data set contains the year of the Kentucky Derby, the winning horse, the condition of the track and the average speed of the winner for years 1896--2011.

Usage

ex0920

Arguments

Format

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

Year

year of Kentucky Derby

Winner

a character vector with the name of the winning horse

Starters

number of horses that started the race

NetToWinner

the net winnings of the winner, in U.S. dollars

Time

the winning time in seconds

Speed

the winning average speed, n miles per hour

Track

a factor indicating track condition with levels "Fast", "Good", "Dusty", "Slow", "Heavy", "Muddy", and "Sloppy"

Conditions

a factor with with 2 levels of track condition, with levels "Fast" and "Slow"

References

Kentucky Derby: Kentucky Derby Racing Results.

Examples

Run this code
# NOT RUN {
str(ex0920)
# }

Run the code above in your browser using DataLab