Learn R Programming

pco (version 1.0.1)

gdi:

Investment in advanced countries.

Description

Gross domestic investment as a share of GDP (in percent) for 25 high income OECD countries, 1973-2013. Retrieved from the World Development Indicators Worldbank Database.

Usage

data(gdi)

Arguments

Format

The format is: num [1:41, 1:25] 29.1 28.6 25.9 26.3 25.9 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:41] "X1973..YR1973." "X1974..YR1974." "X1975..YR1975." "X1976..YR1976." ... ..$ : chr [1:25] "AUS" "AUT" "BEL" "CAN" ...

Source

http://databank.worldbank.org/data/reports.aspx?source=world-development-indicators

Details

Gross fixed capital formation (percent of GDP), "Gross fixed capital formation (NE.GDI.FTOT.ZS, formerly gross domestic fixed investment).", "World Bank national accounts data, and OECD National Accounts data files."

References

The World Bank: Dataset name: Gross fixed capital formation (percent of GDP).

Examples

Run this code
data(gdi)
plot(gdi)
## maybe str(gdi) ; plot(gdi) ...

Run the code above in your browser using DataLab