powered by
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).
Baltagi, B.H. (2002). Econometrics, 3rd ed. Berlin, Springer.
Baltagi2002
# NOT RUN { data("EuroEnergy") energy_lm <- lm(log(energy) ~ log(gdp), data = EuroEnergy) influence.measures(energy_lm) # }
Run the code above in your browser using DataLab