| fuel {fpp} | R Documentation |
Fuel economy data on 2009 vehicles in the US.
Description
Fuel economy data taken from http://www.fueleconomy.gov/feg/advancedSearch.htm with search options
Year: 2009
Vehicle/Fuel: Regular Gasoline
Transmission: Automatic
Drive Type: FWD, RWD
Cylinders: 3-5
Then GAS/E85 vehicles were removed.
Usage
data(fuel)
Format
fuel is a data frame with 134 observations on the following 8 variables.
Modela factor indicating the model of each vehicle.
Cylindersa numeric vector with the number of cylinders of each vehicle
Litresa numeric vector with the engine size in litres.
Barrelsa numeric vector containing the energy impact score: an estimate of the average number of barrels of petroleum used per year.
Citya numeric vector with estimated city mpg
Highwaya numeric vector with estimated highway mpg
Costa numeric vector containing annual fuel cost in US$
Carbona numeric vector containing the carbon footprint: the car's average CO2 emissions in tons per year, along with the CO2 emitted in producing and distributing the fuel.
Source
http://www.fueleconomy.gov/feg/
Examples
data(fuel)