The povcalnet
Stata command allows Stata users to compute poverty and inequality
indicators for more than 160 countries and regions the World Bank's database of
household surveys. It has the same functionality as the PovcalNet website. PovcalNet
is a computational tool that allows users to estimate poverty rates for regions,
sets of countries or individual countries, over time and at any poverty line.
PovcalNet is managed jointly by the Data and Research Group in the World Bank's Development Economics Division. It draws heavily upon a strong collaboration with the Poverty and Equity Global Practice, which is responsible for the gathering and harmonization of the underlying survey data.
ssc install povcalnet
Proper installation (Might not be available in your computer due to firewall restriction of your organization. See alternative installation below if this is your case).
We recommend installing the github Stata command by E. F. Haghish
net install github, from("https://haghish.github.io/github/")
github install worldbank/povcalnet
Alternatively you could install the package by typing the followinf line,
net install povcalnet, from("https://raw.githubusercontent.com/worldbank/povcalnet/master/")
Alternative installation from GitHub in case the options above do not work due to firewall restrictions.
- Click on the green icon "Clone or Download" above.
- Download the package as zip.
- Extract the files with extension
.ado
and.sthlp
only, and place them in the directoryc:/ado/plus/p
- type
discard
in Stata.