Learn R Programming

BSDA (version 0.1)

Nascar: Efficiency of pit crews for three major NASCAR teams

Description

Data for Example 10.53

Usage

Nascar

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab