powered by
Data for Example 10.2
Trucks
A data frame/tibble with 15 observations on two variables
miles per gallon
a factor with levels chevy, dodge, and ford
chevy
dodge
ford
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
# NOT RUN { boxplot(mpg ~ truck, data = Trucks, horizontal = TRUE, las = 1) summary(aov(mpg ~ truck, data = Trucks)) # }
Run the code above in your browser using DataLab