Formula1 {PASWR}R Documentation

Pit Stop Times

Description

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

Usage

Formula1

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

attach(Formula1)
boxplot(Team1, Team2)
detach(Formula1)

[Package PASWR version 1.0 Index]