Trucks {BSDA} | R Documentation |
Miles per gallon for standard 4-wheel drive trucks manufactured by Chevrolet, Dodge and Ford
Description
Data for Example 10.2
Usage
Trucks
Format
A data frame/tibble with 15 observations on two variables
- mpg
miles per gallon
- truck
a factor with levels
chevy
,dodge
, andford
References
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Pacific Grove, CA: Brooks/Cole, a division of Thomson Learning.
Examples
boxplot(mpg ~ truck, data = Trucks, horizontal = TRUE, las = 1)
summary(aov(mpg ~ truck, data = Trucks))
[Package BSDA version 1.2.2 Index]