powered by
Data for Statistical Insight Chapter 10
Supercar
A data frame with 30 observations on the following 7 variables.
Acura
a numeric vector
Ferrari
Lotus
Porsche
Viper
speed
car
# NOT RUN { str(Supercar) attach(Supercar) boxplot(speed~car) anova(lm(speed~as.factor(car))) detach(Supercar) # }
Run the code above in your browser using DataLab