openintro (version 1.7.1)

marathon: New York City Marathon Times

Description

Marathon times of male and female winners of the New York City Marathon 1970-1999.

Usage

data(marathon)

Arguments

Format

A data frame with 60 observations on the following 3 variables.

Year

Year

Gender

Gender

Time

Running time (in hours)

Examples

Run this code
# NOT RUN {
data(marathon)
str(marathon)
histPlot(marathon$Time)
boxPlot(marathon$Time, horiz = TRUE, fact = marathon$Gender)
# }

Run the code above in your browser using DataLab