R Dataset / Package plm / Gasoline
On this R-data statistics page, you will find information about the Gasoline data set which pertains to Gasoline Consumption. The Gasoline data set is found in the plm R package. You can load the Gasoline data set in R by issuing the following command at the console data("Gasoline"). This will load the data into a variable called Gasoline. If R says the Gasoline data set is not found, you can try installing the package by issuing this command install.packages("plm") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the Gasoline R data set. The size of this file is about 22,412 bytes.
Gasoline Consumption
Description
A panel of 18 observations from 1960 to 1978
total number of observations : 342
observation : country
country : OECD
Usage
data(Gasoline)
Format
A data frame containing :
- country
-
a factor with 18 levels
- year
-
the year
- lgaspcar
-
logarithm of motor gasoline consumption per car
- lincomep
-
logarithm of real per-capita income
- lrpmg
-
logarithm of real motor gasoline price
- lcarpcap
-
logarithm of the stock of cars per capita
Source
Online complements to Baltagi (2001):
http://www.wiley.com/legacy/wileychi/baltagi/
Online complements to Baltagi (2013):
http://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=4338&itemId=1118672321&resourceId=13452
References
Baltagi, Badi H. (2001) Econometric Analysis of Panel Data, 2nd ed., John Wiley and Sons.
Baltagi, Badi H. (2013) Econometric Analysis of Panel Data, 5th ed., John Wiley and Sons.
Baltagi, B.H. and J.M. Griffin (1983) “Gasoline demand in the OECD: An application of pooling and testing procedures”, European Economic Review, 22(2), pp. 117–137.
Dataset imported from https://www.r-project.org.