marathon: New York City Marathon Times

Description Usage Format Source Examples

Description

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

Usage

1

Format

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

year

Year

gender

Gender

time

Running time (in hours)

Source

http://www.webcitation.org/5kx7ilFLp

Examples

1
2
3
4
5
6
7
library(ggplot2)

ggplot(marathon, aes(x = time)) +
  geom_histogram(binwidth = 0.15)

ggplot(marathon, aes(y = time, x = gender)) +
  geom_boxplot()

tessington/qsci381 documentation built on Sept. 26, 2020, 12:40 p.m.