openintro (version 1.3)

run10: Cherry Blossom 10 mile run data, 2009

Description

14 variables for all 14974 10 mile participants in the 2009 Cherry Blossom Run.

Usage

data(run10)

Arguments

source

~~ http://www.cherryblossom.org/ ~~

References

~~ http://www.openintro.org/ ~~

Examples

Run this code
data(run10)

#===> men's times <===#
histPlot(run10$time[run10$gender == 'M'])

#===> times by gender <===#
densityPlot(run10$time, run10$gender, key=c('M','F'))
legend('topright', lty=2:1, col=c('red','black'), legend=c('M','F'))

Run the code above in your browser using DataLab