Pit stop times for two teams at 10 randomly selected Formula 1 races
A data frame with 10 observations on the following 3 variables:
number corresponding to a race site
pit stop times for team one
pit stop times for team two
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
with(data = Formula1, boxplot(Team1, Team2))