Learn R Programming

BSDA (version 1.01)

Nascar: Efficiency of pit crews for three major NASCAR teams

Description

Data for Example 10.53

Usage

Nascar

Arguments

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

Examples

Run this code
# NOT RUN {
str(Nascar)
attach(Nascar)
boxplot(Time~Team)
anova(lm(Time~as.factor(Team)))
detach(Nascar)
# }

Run the code above in your browser using DataLab