Formula1: Pit Stop Times

Formula1R Documentation

Pit Stop Times

Description

Pit stop times for two teams at 10 randomly selected Formula 1 races

Format

A data frame with 10 observations on the following 3 variables:

Race

number corresponding to a race site

Team1

pit stop times for team one

Team2

pit stop times for team two

Source

Ugarte, M. D., Militino, A. F., and Arnholt, A. T. (2008) Probability and Statistics with R. Chapman & Hall/CRC.

Examples


with(data = Formula1, 
boxplot(Team1, Team2))


alanarnholt/PASWR documentation built on June 2, 2022, 5:19 a.m.