Learn R Programming

BSDA (version 1.01)

Epaminicompact: Fuel efficiency ratings for compact vehicles in 2001

Description

Data for Exercise 1.65

Usage

Epaminicompact

Arguments

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

Examples

Run this code
# NOT RUN {
str(Epaminicompact)
attach(Epaminicompact)
summary(cty)
detach(Epaminicompact)
# }

Run the code above in your browser using DataLab