Supercar | R Documentation |
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
Car and Drvier (July 1995).
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
boxplot(speed ~ car, data = Supercar, col = rainbow(6),
ylab = "Speed (mph)")
summary(aov(speed ~ car, data = Supercar))
anova(lm(speed ~ car, data = Supercar))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.