Formula1 {PASWR} | R Documentation |
Pit stop times for two teams at 10 randomly selected Formula 1 races
Formula1
A data frame with 10 observations on the following 3 variables:
Race
Team1
Team2
Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.
attach(Formula1) boxplot(Team1, Team2) detach(Formula1)