European Energy Consumption Data
EuroEnergy.RdCross-section data on energy consumption for 20 European countries, for the year 1980.
Usage
data("EuroEnergy")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).
Examples
data("EuroEnergy")
energy_lm <- lm(log(energy) ~ log(gdp), data = EuroEnergy)
influence.measures(energy_lm)
#> Influence measures of
#> lm(formula = log(energy) ~ log(gdp), data = EuroEnergy) :
#>
#> dfb.1_ dfb.lg.. dffit cov.r cook.d hat inf
#> Austria -0.00105 -0.000923 -0.0126 1.180 8.46e-05 0.0503
#> Belgium -0.02224 0.057150 0.2273 1.066 2.60e-02 0.0534
#> Cyprus -0.01591 0.014813 -0.0170 1.422 1.52e-04 0.2116 *
#> Denmark 0.02399 -0.008916 0.0981 1.156 5.04e-03 0.0504
#> Finland 0.08195 -0.047309 0.2314 1.058 2.68e-02 0.0522
#> France 0.11094 -0.127626 -0.1605 1.273 1.35e-02 0.1360
#> Greece -0.03334 0.005922 -0.1769 1.102 1.60e-02 0.0501
#> Iceland 0.67309 -0.632629 0.7044 1.288 2.42e-01 0.2586
#> Ireland 0.23340 -0.194628 0.3285 1.049 5.31e-02 0.0771
#> Italy 0.00934 -0.010987 -0.0147 1.265 1.14e-04 0.1140
#> Malta -1.06925 1.006262 -1.1165 1.057 5.49e-01 0.2663 *
#> Netherlands -0.07276 0.115775 0.2916 1.023 4.17e-02 0.0594
#> Norway 0.08570 -0.050475 0.2360 1.054 2.78e-02 0.0524
#> Portugal -0.12716 0.065505 -0.4070 0.849 7.43e-02 0.0513
#> Spain 0.12640 -0.158076 -0.2482 1.133 3.14e-02 0.0841
#> Sweden -0.00474 0.014783 0.0651 1.173 2.24e-03 0.0527
#> Switzerland -0.01919 -0.004435 -0.1516 1.122 1.19e-02 0.0500
#> Turkey 0.18338 -0.272079 -0.6129 0.673 1.49e-01 0.0623
#> UK -0.19917 0.233240 0.3078 1.170 4.81e-02 0.1174
#> WGermany -0.09201 0.104770 0.1282 1.306 8.65e-03 0.1506