EuroEnergy {AER} | 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.
The data are from Baltagi (2002) and available at
http://www.springeronline.com/sgw/cda/frontpage/0,10735,4-165-2-107420-0,00.html
Baltagi, B.H. (2002). Econometrics, 3rd ed. Berlin, Springer.
data("EuroEnergy") energy_lm <- lm(log(energy) ~ log(gdp), data = EuroEnergy) influence.measures(energy_lm)