EuroEnergy | R Documentation |
Cross-section data on energy consumption for 20 European countries, for the year 1980.
data("EuroEnergy")
A data frame containing 20 observations on 2 variables.
Real gross domestic product for the year 1980 (in million 1975 US dollars).
Aggregate energy consumption (in million kilograms coal equivalence).
The data are from Baltagi (2002).
Baltagi, B.H. (2002). Econometrics, 3rd ed. Berlin, Springer.
Baltagi2002
data("EuroEnergy")
energy_lm <- lm(log(energy) ~ log(gdp), data = EuroEnergy)
influence.measures(energy_lm)