Nascar {BSDA} | R Documentation |
Data for Example 10.53
Nascar
A data frame with 36 observations on the following 6 variables.
TeamA
TeamB
TeamC
Time
Team
Ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Nascar) attach(Nascar) boxplot(Time~Team) anova(lm(Time~as.factor(Team))) detach(Nascar)