EconUK: UK Economic Data

Description Usage Format Source References Examples

Description

Macroeconomic data for the UK from 1960 through 2010.

Usage

1

Format

A data frame with the following variables

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

1
2
3
4
if (require(ggplot2)) {
  ggplot(data = EconUK) +
    geom_line(aes(y = iGDP, x = Year))
}

EconModels/MacroGrowth documentation built on Dec. 17, 2019, 10:41 p.m.