imf2015 {lmreg} | R Documentation |
IMF unemployment data
Description
The estimated or reported figures of a number of economic variables for a few countries in the year 2015, extracted from IMF World Economic Outlook (2017)
Usage
data(imf2015)
Format
A data frame with 33 observations on the following 8 variables.
Country
Country name, a character vector
CAB
Current account balance as % of GDP, a numeric vector
DEBT
Governmentt gross debt as % of GDP, a numeric vector
EXP
Government total expenditure as % of GDP, a numeric vector
GDP
GDP per capita, current prices in '000 US$, a numeric vector
INFL
Inflation, average consumer prices in %, a numeric vector
INV
Total investment as % of GDP, a numeric vector
UNMP
Unemployment as % of labor force, a numeric vector
Source
http://www.imf.org/external/pubs/ft/weo/2017/01/weodata/weoselgr.aspx.
Examples
data(imf2015)
head(imf2015)
[Package lmreg version 1.2 Index]