Important: This package is in Beta - expect changes and updates
Stata module to access IADB SCLdata collections
Install the development version:
net install idbsocialdata, from("https://raw.githubusercontent.com/EL-BID/idbsocialdata/main") replace
With this function you can download any indicator from the SCLdata collections. You can browse this dictionary to see what is available.
- countries(string): Countries and Regions acronyms (ISOALPHA-3 for countries).
- indicators(string): Indicators List list of indicator codes (All series).
- categories(string):
- startyear(string):
- endyear(string):
When selecting multiple values please use coma (,) to separate them
This is a basic example
clear
idbsocialdata, indicators("pobreza") countries("COL,ECU,BRA,URY")
twoway (scatter value year), scheme(s2color) by(country_name_es)
clear
idbsocialdata, indicators("pobreza") countries("COL,ECU,BRA,URY") categories("sex")
separate value, by(country_name_es) shortlabel
set scheme s2color
scatter value? year, ytitle(country_name_es) by(sex)
The IDB is not responsible, under any circumstance, for damage or compensation, moral or patrimonial; direct or indirect; accessory or special; or by way of consequence, foreseen or unforeseen, that could arise:
I. Under any concept of intellectual property, negligence or detriment of another part theory; I ii. Following the use of the Digital Tool, including, but not limited to defects in the Digital Tool, or the loss or inaccuracy of data of any kind. The foregoing includes expenses or damages associated with communication failures and / or malfunctions of computers, linked to the use of the Digital Tool.