powered by
Data for Statistical Insight Chapter 10
Supercar
A data frame/tibble with 30 observations on two variables
top speed (in miles per hour) of car without redlining
name of sports car
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(speed ~ car, data = Supercar, col = rainbow(6), ylab = "Speed (mph)") summary(aov(speed ~ car, data = Supercar)) anova(lm(speed ~ car, data = Supercar)) # }
Run the code above in your browser using DataLab