| 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.
CountryCountry name, a character vector
CABCurrent account balance as % of GDP, a numeric vector
DEBTGovernmentt gross debt as % of GDP, a numeric vector
EXPGovernment total expenditure as % of GDP, a numeric vector
GDPGDP per capita, current prices in '000 US$, a numeric vector
INFLInflation, average consumer prices in %, a numeric vector
INVTotal investment as % of GDP, a numeric vector
UNMPUnemployment 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]