| Gasoline {expectreg} | R Documentation |
Gasoline Consumption
Description
A panel of 18 observations from 1960 to 1978 in OECD countries.
Usage
data("Gasoline")
Format
A data frame with 342 observations on the following 6 variables.
countrya factor with 18 levels
AUSTRIABELGIUMCANADADENMARKFRANCEGERMANYGREECEIRELANDITALYJAPANNETHERLANORWAYSPAINSWEDENSWITZERLTURKEYU.K.U.S.A.yearthe year
lgaspcarlogarithm of motor gasoline consumption per car
lincomeplogarithm of real per-capita income
lrpmglogarithm of real motor gasoline price
lcarpcaplogarithm of the stock of cars per capita
Source
Online complements to Baltagi (2001).
https://www.wiley.com/legacy/wileychi/baltagi/
References
Baltagi, Badi H. (2001) "Econometric Analysis of Panel Data", 2nd ed., John Wiley and Sons.
Gibraltar, B.H. and J.M. Griffin (1983) ???Gasoline demand in the OECD: An application of pooling and testing procedures???, European Economic Review, 22(2), 117???137.
Examples
data(Gasoline)
expreg<-expectreg.ls(lrpmg~rb(lcarpcap),smooth="fixed",data=Gasoline,
lambda=20,estimate="restricted",expectiles=c(0.01,0.05,0.2,0.8,0.95,0.99))
plot(expreg)