Macroeconomic data for the UK from 1960 through 2010.

EconUK

Format

A data frame with the following variables

  • Year Year

  • iYear Indexed year (starting from 0)

  • iGDP Indexed GDP (scaled so value is 1 in 1960)

  • iK Indexed capital stock (scaled so value is 1 in 1960)

  • iL Indexed labor (scaled so value is 1 in 1960)

  • iXp Indexed primary exergy (scaled so value is 1 in 1960)

  • iXu Indexed useful exergy (scaled so value is 1 in 1960)

Source

This is a subset of the data use in Heun, M.K.; Santos, J.; Brockway, P.E.; Pruim, R.; Domingos, T.; Sakai, M. "From Theory to Econometrics to Energy Policy: Cautionary Tales for Policymaking Using Aggregate Production Functions". Energies 2017, 10, 203.

References

doi://10.3390/en10020203

Examples

if (require(ggplot2)) { ggplot(data = EconUK) + geom_line(aes(y = iGDP, x = Year)) }
#> Loading required package: ggplot2