powered by
Data for Example 10.53
Nascar
A data frame with 36 observations on the following 6 variables.
TeamA
a numeric vector
TeamB
TeamC
Time
Team
Ranks
# 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