Learn R Programming

GSE (version 4.2-1)

auto: Automobile data

Description

This data set is taken from UCI repository, see reference. Past usage includes price prediction of cars using all numeric and boolean attributes (Kibler et al., 1989).

Usage

data(auto)

Arguments

Format

A data frame with 205 observations on the following 26 variables, of which 15 are quantitative and 11 are categorical. The following description is extracted from UCI repository (Frank and Asuncion, 2010):

Normalized-lossesthe relative average loss payment per insured vehicle year; ranged from 65 to 256
MakeVehicle's make
Fuel-typediesel, gas
Aspirationstd, turbo
Num-of-doorsfour, two
Body-stylehardtop, wagon, sedan, hatchback, convertible
Drive-wheels4wd, fwd, rwd
Engine-locationfront, rear
Wheel-basecontinuous from 86.6 120.9
Lengthcontinuous from 141.1 to 208.1
Widthcontinuous from 60.3 to 72.3
Heightcontinuous from 47.8 to 59.8
Curb-weightcontinuous from 1488 to 4066
Engine-typedohc, dohcv, l, ohc, ohcf, ohcv, rotor
Num-of-cylinderseight, five, four, six, three, twelve, two
Engine-sizecontinuous from 61 to 326
Fuel-system1bbl, 2bbl, 4bbl, idi, mfi, mpfi, spdi, spfi
Borecontinuous from 2.54 to 3.94
Strokecontinuous from 2.07 to 4.17
Compression-ratiocontinuous from 7 to 23
Horsepowercontinuous from 48 to 288
Peak-rpmcontinuous from 4150 to 6600
City-mpgcontinuous from 13 to 49
Highway-mpgcontinuous from 16 to 54
Pricecontinuous from 5118 to 45400
Symbolingassigned insurance risk rating: -3, -2, -1, 0, 1, 2, 3

References

Frank, A. & Asuncion, A. (2010). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.

Kibler, D., Aha, D.W., & Albert,M. (1989). Instance-based prediction of real-valued attributes. Computational Intelligence, Vol 5, 51--57.