AER (version 1.2-9)

EuroEnergy: European Energy Consumption Data

Description

Cross-section data on energy consumption for 20 European countries, for the year 1980.

Usage

data("EuroEnergy")

Arguments

Format

A data frame containing 20 observations on 2 variables.

gdp

Real gross domestic product for the year 1980 (in million 1975 US dollars).

energy

Aggregate energy consumption (in million kilograms coal equivalence).

References

Baltagi, B.H. (2002). Econometrics, 3rd ed. Berlin, Springer.

See Also

Baltagi2002

Examples

Run this code
# 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 DataCamp Workspace