Learn R Programming

Sleuth2 (version 2.0-7)

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--2000.

Usage

ex0920

Arguments

Format

A data frame with 105 observations on the following 4 variables.

Year

year of Kentucky Derby

Winner

a character vector with the name of the winning horse

Condition

a factor with levels "fast", "good" and "slow"

Speed

average speed of the winner (feet per second)

References

https://www.kentuckyderby.com/

Examples

Run this code
str(ex0920)

Run the code above in your browser using DataLab