Supercar {BSDA} | R Documentation |
Data for Statistical Insight Chapter 10
Supercar
A data frame with 30 observations on the following 7 variables.
Acura
Ferrari
Lotus
Porsche
Viper
speed
car
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Supercar) attach(Supercar) boxplot(speed~car) anova(lm(speed~as.factor(car))) detach(Supercar)