data.wdi {ldt} | R Documentation |
Long-run Growth from World Development Indicator Dataset
Description
This dataset is derived from the World Development Indicator (WDI) dataset. It contains information on long-run output growth after 2006 and its potential explanatory variables before that year. The data was generated using the code in the '/data-raw/data-wdi.R' file.
Usage
data.wdi
Format
A list with the following items:
- y
A vector representing the long-run output growth after 2006. Each element represents a country.
- x
A matrix with explanatory variables in the columns. Each row represents a country.
- splitYear
A number that indicates how
y
andx
are calculated.- names
A list of pairs that describe the code and the name of variables in
y
andx
.
Source
World Bank (2022)
[Package ldt version 0.5.3 Index]