powered by
Marathon times of male and female winners of the New York City Marathon 1970-1999.
data(marathon)
A data frame with 60 observations on the following 3 variables.
Year
Gender
Time
Running time (in hours)
# 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