auto17 {testDriveR} | R Documentation |
Model Year 2017 Vehicles
Description
A data set containing model year 2017 vehicles for sale in the United States.
Usage
data(auto17)
Format
A data frame with 1216 rows and 21 variables:
- id
DOT vehicle ID number
- mfr
vehicle manufacturer
- mfrDivision
vehicle brand
- carLine
vehicle name
- carClass
vehicle type, numeric
- carClassStr
vehicle type, string
- cityFE
fuel economy, city
- hwyFE
fuel economy, highway
- combFE
fuel economy, combined
- guzzlerStr
poor fuel economy
- fuelStr
fuel, abbrev.
- fuelStr2
fuel, full
- fuelCost
estimated fuel cost
- displ
engine displacement
- transStr
transmission, full
- transStr2
transmission, abbrev.
- gears
number of gears
- cyl
number of cylinders
- airAsp
air aspiration method
- driveStr
vehicle drive type, abbrev.
- driveStr2
vehicle drive type, full
Source
https://www.fueleconomy.gov/feg/download.shtml
Examples
str(auto17)
head(auto17)
[Package testDriveR version 0.5.2 Index]