Learn R Programming

PASWR (version 1.3)

Formula1: Pit Stop Times

Description

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

Arguments

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

Examples

Run this code
# NOT RUN {
with(data = Formula1, 
boxplot(Team1, Team2))

# }

Run the code above in your browser using DataLab