run10 {openintro} | R Documentation |
14 variables for all 14974 10 mile participants in the 2009 Cherry Blossom Run.
data(run10)
A data frame with 14974 observations on the following 14 variables.
place
time
netTime
pace
age
gender
first
last
city
state
country
div
divPlace
divTot
~~ http://www.cherryblossom.org/ ~~
~~ http://www.openintro.org/ ~~
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'))