Learn R Programming

lmreg (version 1.2)

imf2015: 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)

Arguments

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

Examples

Run this code
# NOT RUN {
data(imf2015)
head(imf2015)
# }

Run the code above in your browser using DataLab