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 with 15 observations on the following 5 variables.

chevy
a numeric vector
dodge
a numeric vector
ford
a numeric vector
gas.mileage
a numeric vector
truck
a factor with levels chevy dodge ford

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Trucks)
attach(Trucks)
anova(lm(gas.mileage~truck))
detach(Trucks)

[Package BSDA version 0.1 Index]