Epaminicompact {BSDA}R Documentation

Fuel efficiency ratings for compact vehicles in 2001

Description

Data for Exercise 1.65

Usage

Epaminicompact

Format

A data frame with 22 observations on the following 10 variables.

Class
a factor with levels MINICOMPACT CARS
Manufacturer
a factor with levels AUDI BMW JAGUAR MERCEDES-BENZ MITSUBISHI PORSCHE
carline.name
a factor with levels 325CI CONVERTIBLE 330CI CONVERTIBLE 911 CARRERA 2/4 911 TURBO CLK320 (CABRIOLET) CLK430 (CABRIOLET) ECLIPSE SPYDER JAGUAR XK8 CONVERTIBLE JAGUAR XKR CONVERTIBLE M3 CONVERTIBLE TT COUPE TT COUPE QUATTRO
displ
a numeric vector
cyl
a numeric vector
trans
a factor with levels Auto(L5) Auto(S4) Auto(S5) Manual(M5) Manual(M6)
drv
a factor with levels 4 F R
cty
a numeric vector
hwy
a numeric vector
cmb
a numeric vector

Source

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

Examples

str(Epaminicompact)
attach(Epaminicompact)
summary(cty)
detach(Epaminicompact)

[Package BSDA version 0.1 Index]