| auto_mpg {ascentTraining} | R Documentation | 
Auto MPG Data Set
Description
Data concerns city-cycle fuel consumption - revised from CMU StatLib library.
Usage
auto_mpg
Format
A matrix containing 398 observations and 10 attributes.
mpgMiles per gallon of the engine. Predictor attribute
cylindersNumber of cylinders in the engine
displacementEngine displacement
horsepowerHorsepower of the car
weightWeight of the car (lbs)
accelerationAcceleration of the car (seconds taken for 0-60mph)
model_yearModel year of the car in the 1900s
originCar origin
makeCar manufacturer
car_nameName of the car
Source
http://archive.ics.uci.edu/ml/datasets/Auto+MPG
References
Quinlan,R. (1993). Combining Instance-Based and Model-Based Learning. In Proceedings on the Tenth International Conference of Machine Learning, 236-243, University of Massachusetts, Amherst. Morgan Kaufmann.
[Package ascentTraining version 1.0.0 Index]