Panel data on gasoline consumption in 18 OECD countries over 19 years, 1960--1978.
Usage
data("OECDGas")
Arguments
source
The data is from Baltagi (2002) and available at
http://www.springeronline.com/sgw/cda/frontpage/0,10735,4-165-2-107420-0,00.html
References
Baltagi, B.H. (2002). Econometrics, 3rd ed. Berlin, Springer.
Baltagi, B.H. and Griffin, J.M. (1983). Gasoline Demand in the OECD: An Application
of Pooling and Testing Procedures. European Economic Review, 22, 117--137.
data("OECDGas")
if(require("lattice")) {
xyplot(exp(cars) ~ year | country, data = OECDGas, type = "l")
xyplot(exp(gas) ~ year | country, data = OECDGas, type = "l")
}