1
2
3
4
5
#

Name:

Description:

The source of the data is the following:  US Department of Energy's Annual Energy Review Interactive Data Query System found at http://www.energy.gov/transportation/index.html.  The data query system defines alternative fuels as ethanol (85% or 95%), electricity, petroleum gases (liquefied), natural gases (liquefied or compressed), and methanol.    The data base also gives the total amount of fuel consumed by these vehicles in total, and by individual type.

    The data show a decent linear trend in the number of alternative fueled vehicles (AFV's) in use.  After fitting a linear function to the data, we might forecast somewhat and predict the number of these vehicles to be in use in future years.  Obviously forecasting too far into the future has its dangers as new technology and consumer attitudes often do not track linearly.

    In the year 2000, the US was introduced to the electric-gas hybrid automobile.  Models include the Honda Insight, the Toyota Prius, and the Ford Prodigy.  The manufacturers of these models claim their vehicles get up to 70 mpg.  It will be interesting to see how much the AFV trend increases from 1999 and 2000.

Variables:

year- year

number- number of alternative-fueled vehicles in use in the U.S.

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Langkamp, G. and Hull, J., 2022. QELP Data Set 018. [online] Seattlecentral.edu. Available at: <https://seattlecentral.edu/qelp/sets/018/018.html> [Accessed 27 July 2022].

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Alternative_Fueled_Vehicles_in_Use_v.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.