Learn R Programming

IIS (version 1.0)

kentucky_derby_2012: Kentucky Derby 2012

Description

This data set contains race statistics for the Kentucky Derby for each year from 1990 to 2012. This data is displayed in Table 2.7 of Wolfe and Schneider - Intuitive Introductory Statistics.

Usage

kentucky_derby_2012

Arguments

Format

A data.frame with 23 rows and 6 columns indicating various statistics for each year.

Examples

Run this code
# NOT RUN {
data(kentucky_derby_2012)
summary(kentucky_derby_2012)
# }

Run the code above in your browser using DataLab