Nascar {BSDA}R Documentation

Efficiency of pit crews for three major NASCAR teams

Description

Data for Example 10.53

Usage

Nascar

Format

A data frame with 36 observations on the following 6 variables.

TeamA
a numeric vector
TeamB
a numeric vector
TeamC
a numeric vector
Time
a numeric vector
Team
a numeric vector
Ranks
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Nascar)
attach(Nascar)
boxplot(Time~Team)
anova(lm(Time~as.factor(Team)))
detach(Nascar)

[Package BSDA version 0.1 Index]