auto_mpg.Rd
Predicting city-cycle fuel consumption (miles per gallon) from automobile characteristics.
auto_mpg
A data frame with 388 rows and 9 variables:
mpg
numeric; miles per gallon.
cyl
numeric; number of cylinders.
disp
numeric; engine displacement.
hp
numeric; horse power.
wt
numeric; weight.
accel
numeric; acceleration.
year
numeric; make year.
origin
factor; origin.
ICU Machine Learning Repository. This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University. The dataset was used in the 1983 American Statistical Association Exposition.
Row names are the automobile names with appended year. Four cases with duplicate row names were deleted. Six cases with missing values were also deleted.