powered by
logMaddison returns a tibble::tibble of data on selected countries extracted from MaddisonData, appending columns lnGDPpc and lnPop = natural logarithms of gdppc and pop.
logMaddison
tibble::tibble
MaddisonData
lnGDPpc
lnPop
gdppc
pop
logMaddison(ISO = NULL)
a tibble::tibble with 6 columns:
3-letter ISO code for countries selected
numeric year in the current era.
Gross domestic product per capita adjusted for inflation to 2011 dollars at purchasing power parity.
Population, mid-year (thousands)
log(gdppc)
log(pop)
either NULL to select all the data in MaddisonData or a character vector of ISO codes used in the Maddison project.
ISO
logMaddison() # all logMaddison(c('GBR', 'USA')) # GBR, USA
Run the code above in your browser using DataLab