108
Package ‘ppitables’ October 25, 2020 Type Package Title Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty Probability Index (PPI) Version 0.5.4 Description The Poverty Probability Index (PPI) is a poverty measurement tool for organizations and businesses with a mission to serve the poor. The PPI is statistically-sound, yet simple to use: the answers to 10 questions about a household’s characteristics and asset ownership are scored to compute the likelihood that the household is living below the poverty line – or above by only a narrow margin. This package contains country-specific lookup data tables used as reference to determine the poverty likelihood of a household based on their score from the country-specific PPI questionnaire. These lookup tables have been extracted from documentation of the PPI found at <https://www.povertyindex.org> and managed by Innovations for Poverty Action <https://www.poverty-action.org>. License MIT + file LICENSE Depends R (>= 2.10) Imports tibble, tidyr Suggests testthat, covr, spelling, stringr, readxl Encoding UTF-8 Language en-GB LazyData true RoxygenNote 7.1.1 URL https://github.com/katilingban/ppitables BugReports https://github.com/katilingban/ppitables/issues NeedsCompilation no Author Ernest Guevarra [aut, cre] (<https://orcid.org/0000-0002-4887-4415>) Maintainer Ernest Guevarra <[email protected]> Repository CRAN Date/Publication 2020-10-25 14:00:03 UTC 1

Package ‘ppitables’ - R · nl150 National poverty line (150%) nl200 National poverty line (200%) half100 Poorest half below 100% national ppp125 Below $1.25 per day purchasing

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

  • Package ‘ppitables’October 25, 2020

    Type PackageTitle Lookup Tables to Generate Poverty Likelihoods and Rates using

    the Poverty Probability Index (PPI)

    Version 0.5.4Description The Poverty Probability Index (PPI) is a poverty measurement tool

    for organizations and businesses with a mission to serve the poor. The PPIis statistically-sound, yet simple to use: the answers to 10 questions abouta household’s characteristics and asset ownership are scored to compute thelikelihood that the household is living below the poverty line – or above byonly a narrow margin. This package contains country-specific lookup data tablesused as reference to determine the poverty likelihood of a household basedon their score from the country-specific PPI questionnaire. These lookuptables have been extracted from documentation of the PPI found at and managed by Innovations for Poverty Action.

    License MIT + file LICENSEDepends R (>= 2.10)Imports tibble, tidyrSuggests testthat, covr, spelling, stringr, readxlEncoding UTF-8Language en-GBLazyData trueRoxygenNote 7.1.1

    URL https://github.com/katilingban/ppitables

    BugReports https://github.com/katilingban/ppitables/issuesNeedsCompilation noAuthor Ernest Guevarra [aut, cre] ()Maintainer Ernest Guevarra Repository CRANDate/Publication 2020-10-25 14:00:03 UTC

    1

    https://github.com/katilingban/ppitableshttps://github.com/katilingban/ppitables/issues

  • 2 R topics documented:

    R topics documented:find_table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4get_table . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5ppiAFG2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6ppiAGO2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7ppiBEN2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8ppiBFA2011 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9ppiBFA2014 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10ppiBFA2017 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11ppiBGD2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12ppiBOL2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13ppiBRA2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14ppiCIV2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15ppiCIV2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16ppiCMR2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17ppiCOL2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18ppiCOL2012_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19ppiCOL2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20ppiDOM2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21ppiDOM2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22ppiECU2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23ppiEGY2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24ppiETH2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25ppiFJI2014 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26ppiGHA2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27ppiGHA2015_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28ppiGHA2015_b . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29ppiGHA2019 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30ppiGTM2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32ppiHND2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33ppiHTI2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34ppiIDN2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35ppiIDN2012_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36ppiIDN2020 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37ppiIND2016_r59 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39ppiIND2016_r62 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40ppiIND2016_r66 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41ppiIND2016_r68 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42ppiJOR2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43ppiKEN2011 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44ppiKEN2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45ppiKGZ2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46ppiKHM2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47ppiKHM2015_gov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48ppiKHM2015_wb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49ppiLKA2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50ppiMAR2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51

  • R topics documented: 3

    ppiMDG2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 52ppiMEX2017 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 54ppiMEX2017_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55ppiMLI2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 56ppiMMR2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57ppiMMR2019 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 58ppiMNG2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60ppiMOZ2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 61ppiMOZ2019 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 62ppiMWI2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 63ppiMWI2015_gov . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64ppiMWI2015_pbm . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66ppiMWI2020 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 67ppiNAM2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 68ppiNER2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69ppiNGA2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 70ppiNIC2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 71ppiNPL2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 73ppiNPL2013_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 74ppiPAK2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75ppiPER2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 76ppiPER2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77ppiPHL2014 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 78ppiPHL2014_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 79ppiPHL2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80ppiPRY2012 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81ppiPSE2014 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82ppiROU2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83ppiRUS2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84ppiRWA2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85ppiRWA2019 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86ppiSEN2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88ppiSEN2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89ppiSLE2011 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90ppiSLV2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91ppiSYR2010 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92ppiTGO2018 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93ppiTJK2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94ppiTLS2013 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95ppiTZA2016 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96ppiUGA2015 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 97ppiVNM2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98ppiYEM2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99ppiZAF2009 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101ppiZMB2013_cso . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102ppiZMB2013_got . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 102ppiZMB2017 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 103ppiZMB2017_a . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 104

  • 4 find_table

    Index 106

    find_table Search for PPI table by specifying region, country and/or calculationtype.

    Description

    Search for PPI table by specifying region, country and/or calculation type.

    Usage

    find_table(region = steer$region,country = steer$country[steer$region %in% region],type = steer$type[steer$country %in% country]

    )

    Arguments

    region Region of the world to search PPI table from. Default is c("Africa","Asia","EasternEurope and Central Asia","Latin America and the Carribean","Middle Eastand North Africa"). Allows specification of one region or a vector of regions.

    country Country to search PPI table from. Default is vector of all country names fromthe specified region/s. Allows specification of one country name or a vector ofcountry names.

    type Type of PPI calculation used. Can be one of two options: "sps" for the SimplePoverty Scorecard calculation or "ipa" for the International Poverty Alliancecalculation. Default is vector of all calculation types available for the specifiedcountry/ies.

    Value

    A data frame in tibble format of corresponding PPI table/s matching the search parameters. Thedata frame contains information on the region, country, description, survey year, releaseyear, calculation type, and filename of the returned PPI table/s.

    Examples

    ## View the full data frame of all the PPI tables available through ppitablesfind_table()

  • get_table 5

    get_table Get PPI table/s based on a specified PPI table/s search output

    Description

    Get PPI table/s based on a specified PPI table/s search output

    Usage

    get_table(region = steer$region,country = steer$country[steer$region %in% region],type = steer$type[steer$country %in% country]

    )

    Arguments

    region Region of the world to search PPI table from. Default is c("Africa","Asia","EasternEurope and Central Asia","Latin America and the Carribean","Middle Eastand North Africa"). Allows specification of one region or a vector of regions.

    country Country to search PPI table from. Default is vector of all country names fromthe specified region/s. Allows specification of one country name or a vector ofcountry names.

    type Type of PPI calculation used. Can be one of two options: "sps" for the Sim-ple Poverty Scorecard calculation or ipa for the International Poverty Alliancecalculation. Default is vector of all calculation types available for the specifiedcountry/ies.

    Value

    A data frame in tibble format of corresponding PPI table/s matching the search parameters. Thedata frame is in tidy format and contains the corresponding poverty probability (ppi) for a specificscore (score) for various poverty definitions) for the country (country) and PPI calculation type(type).

    Examples

    ## Create a tidy format PPI table for Nepalget_table(region = "Asia", country = "Nepal")

  • 6 ppiAFG2012

    ppiAFG2012 Poverty Probability Index (PPI) lookup table for Afghanistan

    Description

    Poverty Probability Index (PPI) lookup table for Afghanistan

    Usage

    ppiAFG2012

    Format

    A data frame with 7 columns and 101 rows:

    score PPI scorenl National poverty linenu150 National poverty line (150%)nu200 National poverty line (200%)extreme USAID extreme povertyppp125 Below $1.25 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Afghanistan PPI tableppiAFG2012

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiAGO2015 7

    ppiAGO2015 Poverty Probability Index (PPI) lookup table for Angola

    Description

    Poverty Probability Index (PPI) lookup table for Angola

    Usage

    ppiAGO2015

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Angola PPI tableppiAGO2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 8 ppiBEN2012

    # poverty line definitionppiScore

  • ppiBFA2011 9

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the USAID# extreme poverty definitionppiScore

  • 10 ppiBFA2014

    ppiBFA2014 Poverty Probability Index (PPI) lookup table for Burkina Faso

    Description

    Poverty Probability Index (PPI) lookup table for Burkina Faso

    Usage

    ppiBFA2014

    Format

    A data frame with 18 columns and 101 rows:

    score PPI score

    food Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp125 Below $1.00 per day purchasing power parity (2005)

    ppp200 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    median Median poverty line

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile50 Below 50th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    https://www.povertyindex.org

  • ppiBFA2017 11

    ppiBFA2017 Poverty Probability Index (PPI) lookup table for Burkina Faso

    Description

    Poverty Probability Index (PPI) lookup table for Burkina Faso

    Usage

    ppiBFA2017

    Format

    A data frame with 15 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp100 Below $1.00 per day purchasing power parity (2011)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp320 Below $3.20 per day purchasing power parity (2011)

    ppp550 Below $5.50 per day purchasing power parity (2011)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Burkina Faso PPI tableppiBFA2017

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 12 ppiBGD2013

    # Use subset() function to get the row of poverty probabilities corresponding# to specific PPI scoreppiScore

  • ppiBOL2015 13

    Examples

    # Access Bangladesh PPI tableppiBGD2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 14 ppiBRA2010

    Source

    https://www.povertyindex.org

    Examples

    # Access Bolivia PPI tableppiBOL2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiCIV2013 15

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Brazil PPI tableppiBRA2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 16 ppiCIV2018

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2011)

    ppp800 Below $8.00 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Ivory Coast PPI tableppiCIV2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiCMR2013 17

    Format

    A data frame with 15 columns and 101 rows:

    score PPI scorenl100 National poverty line (100%)nl150 National poverty line (150%)nl200 National poverty line (200%)ppp125 Below $1.00 per day purchasing power parity (2011)ppp250 Below $1.90 per day purchasing power parity (2011)ppp500 Below $3.20 per day purchasing power parity (2011)ppp100 Below $5.50 per day purchasing power parity (2011)ppp190 Below $1.25 per day purchasing power parity (2005)ppp320 Below $2.50 per day purchasing power parity (2005)ppp550 Below $5.00 per day purchasing power parity (2005)percentile20 Below 20th percentile poverty linepercentile40 Below 40th percentile poverty linepercentile60 Below 60th percentile poverty linepercentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    ppiCMR2013 Poverty Probability Index (PPI) lookup table for Cameroon

    Description

    Poverty Probability Index (PPI) lookup table for Cameroon

    Usage

    ppiCMR2013

    Format

    A data frame with 8 columns and 101 rows:

    score PPI scorenl100 National poverty line (100%)nl150 National poverty line (150%)nl200 National poverty line (200%)extreme USAID extreme povertyppp125 Below $1.25 per day purchasing power parity (2005)ppp200 Below $2.00 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)

    https://www.povertyindex.org

  • 18 ppiCOL2012

    Source

    https://www.povertyindex.org

    Examples

    # Access Cameroon PPI tableppiCMR2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiCOL2012_a 19

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    ppiCOL2012_a Poverty Probability Index (PPI) lookup table for Colombia

    Description

    Poverty Probability Index (PPI) lookup table for Colombia

    Usage

    ppiCOL2012_a

    Format

    A data frame with 12 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100 national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    https://www.povertyindex.orghttps://www.povertyindex.org

  • 20 ppiCOL2018

    ppiCOL2018 Poverty Probability Index (PPI) lookup table for Colombia

    Description

    Poverty Probability Index (PPI) lookup table for Colombia

    Usage

    ppiCOL2018

    Format

    A data frame with 19 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    extreme Extreme national poverty line

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp320 Below $3.20 per day purchasing power parity (2011)

    ppp550 Below $5.50 per day purchasing power parity (2011)

    ppp800 Below $8.00 per day purchasing power parity (2011)

    ppp1100 Below $15.00 per day purchasing power parity (2011)

    ppp1500 Below $21.70 per day purchasing power parity (2011)

    ppp2170 Below $1.25 per day purchasing power parity (2005)

    ppp125 Below $2.50 per day purchasing power parity (2005)

    ppp250 Below $5.00 per day purchasing power parity (2005)

    ppp500 Below 20th percentile poverty line

    percentile20 Below 40th percentile poverty line

    percentile40 Below 60th percentile poverty line

    percentile60 Below 80th percentile poverty line

    percentile80 NA

    Source

    https://www.povertyindex.org

    https://www.povertyindex.org

  • ppiDOM2010 21

    ppiDOM2010 Poverty Probability Index (PPI) lookup table for Dominican Republic

    Description

    Poverty Probability Index (PPI) lookup table for Dominican Republic

    Usage

    ppiDOM2010

    Format

    A data frame with 11 columns and 101 rows:

    score PPI score

    nl50 National poverty line (50%)

    nl75 National poverty line (75%)

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    extreme USAID extreme poverty

    nl200 National poverty line (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Dominican Republic PPI tableppiDOM2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 22 ppiDOM2018

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the USAID# extreme poverty definitionppiScore

  • ppiECU2015 23

    ppiECU2015 Poverty Probability Index (PPI) lookup table for Ecuador

    Description

    Poverty Probability Index (PPI) lookup table for Ecuador

    Usage

    ppiECU2015

    Format

    A data frame with 11 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Ecuador PPI tableppiECU2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 24 ppiEGY2010

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the national# poverty line definitionppiScore

  • ppiETH2016 25

    ppiScore

  • 26 ppiFJI2014

    Source

    https://www.povertyindex.org

    Examples

    # Access Ethiopia PPI tableppiETH2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiGHA2015 27

    Source

    https://www.povertyindex.org

    Examples

    # Access Fiji PPI tableppiFJI2014

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 28 ppiGHA2015_a

    Source

    https://www.povertyindex.org

    Examples

    # Access Ghana PPI tableppiGHA2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiGHA2015_b 29

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Ghana PPI tableppiGHA2015_a

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 30 ppiGHA2019

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Ghana PPI tableppiGHA2015_b

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiGHA2019 31

    Usage

    ppiGHA2019

    Format

    A data frame with 20 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    extreme Extreme poverty line

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp100 Below $1.00 per day purchasing power parity (2011)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp320 Below $3.20 per day purchasing power parity (2011)

    ppp550 Below $5.50 per day purchasing power parity (2011)

    ppp800 Below $8.00 per day purchasing power parity (2011)

    ppp1100 Below $11.00 per day purchasing power parity (2011)

    ppp1500 Below $15.00 per day purchasing power parity (2011)

    ppp2170 Below $21.70 per day purchasing power parity (2011)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 50th percentile poverty line

    percentile80 Below 60th percentile poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Ghana PPI tableppiGHA2019

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 32 ppiGTM2016

    ppiScore

  • ppiHND2010 33

    Source

    https://www.povertyindex.org

    Examples

    # Access Guatemala PPI tableppiGTM2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 34 ppiHTI2016

    Source

    https://www.povertyindex.org

    Examples

    # Access Honduras PPI tableppiHND2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiIDN2012 35

    ppp200 Below $2.00 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Haiti PPI tableppiHTI2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 36 ppiIDN2012_a

    Source

    https://www.povertyindex.org

    Examples

    # Access Indonesia PPI tableppiIDN2012

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiIDN2020 37

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Indonesia PPI tableppiIDN2012_a

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 38 ppiIDN2020

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp100 Below $1.00 per day purchasing power parity (2011)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp320 Below $3.20 per day purchasing power parity (2011)

    ppp550 Below $5.50 per day purchasing power parity (2011)

    ppp800 Below $8.00 per day purchasing power parity (2011)

    ppp1100 Below $11.00 per day purchasing power parity (2011)

    ppp1500 Below $15.00 per day purchasing power parity (2011)

    ppp2170 Below $21.70 per day purchasing power parity (2011)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 50th percentile poverty line

    percentile80 Below 60th percentile poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Indonesia PPI tableppiIDN2020

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiIND2016_r59 39

    ppiIND2016_r59 Poverty Probability Index (PPI) lookup table for India using r59poverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for India using r59 poverty definitions

    Usage

    ppiIND2016_r59

    Format

    A data frame with 4 columns and 101 rows:

    score PPI score

    saxena National saxena

    ppp108 Below $1.08 per day purchasing power parity (1993)

    ppp216 Below $2.16 per day purchasing power parity (1993)

    Source

    https://www.povertyindex.org

    Examples

    # Access India PPI tableppiIND2016_r59

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 40 ppiIND2016_r62

    ppiIND2016_r62 Poverty Probability Index (PPI) lookup table for India using r62poverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for India using r62 poverty definitions

    Usage

    ppiIND2016_r62

    Format

    A data frame with 7 columns and 101 rows:

    score PPI scoresaxena National saxenappp108 Below $1.08 per day purchasing power parity (1993)ppp81 Below $0.81 per day purchasing power parity (1993)ppp135 Below $1.35 per day purchasing power parity (1993)ppp162 Below $1.62 per day purchasing power parity (1993)ppp216 Below $2.16 per day purchasing power parity (1993)

    Source

    https://www.povertyindex.org

    Examples

    # Access India PPI tableppiIND2016_r62

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiIND2016_r66 41

    ppiIND2016_r66 Poverty Probability Index (PPI) lookup table for India using r66poverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for India using r66 poverty definitions

    Usage

    ppiIND2016_r66

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    tendulkar National tendulkar

    tendulkar100 National tendulkar (100%)

    tendulkar150 National tendulkar (150%)

    tendulkar200 National tendulkar (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp188 Below $1.88 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access India PPI tableppiIND2016_r66

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 42 ppiIND2016_r68

    ppiScore

  • ppiJOR2010 43

    Examples

    # Access India PPI tableppiIND2016_r68

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 44 ppiKEN2011

    Source

    https://www.povertyindex.org

    Examples

    # Access Jordan PPI tableppiJOR2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiKEN2018 45

    ppp400 Below $4.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Kenya PPI tableppiKEN2011

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 46 ppiKGZ2015

    nlFood Food poverty linenl150 National poverty line (150%)nl200 National poverty line (200%)ppp100 Below $1.00 per day purchasing power parity (2011)ppp190 Below $1.90 per day purchasing power parity (2011)ppp320 Below $3.20 per day purchasing power parity (2011)ppp550 Below $5.50 per day purchasing power parity (2011)ppp800 Below $8.00 per day purchasing power parity (2011)ppp125 Below $1.25 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)ppp500 Below $5.00 per day purchasing power parity (2005)percentile20 Below 20th percentile poverty linepercentile40 Below 40th percentile poverty linepercentile60 Below 50th percentile poverty linepercentile80 Below 60th percentile poverty line

    Source

    https://www.povertyindex.org

    ppiKGZ2015 Poverty Probability Index (PPI) lookup table for Kyrgyzstan

    Description

    Poverty Probability Index (PPI) lookup table for Kyrgyzstan

    Usage

    ppiKGZ2015

    Format

    A data frame with 9 columns and 101 rows:

    score PPI scorenl100 National poverty line (100%)nl150 National poverty line (150%)nl200 National poverty line (200%)median Poorest half below 100% nationalppp125 Below $1.25 per day purchasing power parity (2005)ppp200 Below $2.00 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)ppp500 Below $5.00 per day purchasing power parity (2005)

    https://www.povertyindex.org

  • ppiKHM2015 47

    Source

    https://www.povertyindex.org

    Examples

    # Access Kyrgyzstan PPI tableppiKGZ2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 48 ppiKHM2015_gov

    Source

    https://www.povertyindex.org

    Examples

    # Access Cambodia PPI tableppiKHM2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiKHM2015_wb 49

    Source

    https://www.povertyindex.org

    Examples

    # Access Cambodia PPI tableppiKHM2015_gov

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 50 ppiLKA2016

    Source

    https://www.povertyindex.org

    Examples

    # Access Cambodia PPI tableppiKHM2015_wb

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMAR2013 51

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile50 Below 50th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Sri Lanka PPI tableppiLKA2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 52 ppiMDG2015

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Morocco PPI tableppiMAR2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMDG2015 53

    Usage

    ppiMDG2015

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nl100 Food poverty line

    nl150 National poverty line (100%)

    nl200 National poverty line (150%)

    median National poverty line (200%)

    ppp125 Poorest half below 100% national

    ppp200 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.00 per day purchasing power parity (2005)

    ppp500 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Madagascar PPI tableppiMDG2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 54 ppiMEX2017

    ppiMEX2017 Poverty Probability Index (PPI) lookup table for Mexico using legacydefinitions

    Description

    Poverty Probability Index (PPI) lookup table for Mexico using legacy definitions

    Usage

    ppiMEX2017

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nlCapability Capabilities

    nl100 National poverty line (100%)

    nl125 National poverty line (125%)

    nl150 National poverty line (150%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Mexico PPI tableppiMEX2017

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMEX2017_a 55

    ppiScore

  • 56 ppiMLI2010

    Examples

    # Access Mexico PPI tableppiMEX2017_a

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMMR2012 57

    Examples

    # Access Mali PPI tableppiMLI2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 58 ppiMMR2019

    Source

    https://www.povertyindex.org

    Examples

    # Access Myanmar PPI tableppiMMR2012

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMMR2019 59

    ppp320 Below $8.00 per day purchasing power parity (2011)

    ppp550 Below $11.00 per day purchasing power parity (2011)

    ppp800 Below $15.00 per day purchasing power parity (2011)

    ppp1100 Below $21.70 per day purchasing power parity (2011)

    ppp1500 Below 20th percentile poverty line

    ppp2170 Below 40th percentile poverty line

    ppp125 Below 50th percentile poverty line

    ppp250 Below 60th percentile poverty line

    ppp500 Below 80th percentile poverty line

    percentile20 NA

    percentile40 NA

    percentile60 NA

    percentile80 NA

    Source

    https://www.povertyindex.org

    Examples

    # Access Myanmar PPI tableppiMMR2019

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 60 ppiMNG2016

    ppiMNG2016 Poverty Probability Index (PPI) lookup table for Mongolia

    Description

    Poverty Probability Index (PPI) lookup table for Mongolia

    Usage

    ppiMNG2016

    Format

    A data frame with 18 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    ppp380 Below $3.80 per day purchasing power parity (2011)

    ppp400 Below $4.00 per day purchasing power parity (2011)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile50 Below 50th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    https://www.povertyindex.org

  • ppiMOZ2013 61

    Examples

    # Access Mongolia PPI tableppiMNG2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 62 ppiMOZ2019

    Examples

    # Access Mozambique PPI tableppiMOZ2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMWI2015 63

    ppp2170 Below $21.70 per day purchasing power parity (2011)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 50th percentile poverty line

    percentile80 Below 60th percentile poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Mozambique PPI tableppiMOZ2019

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 64 ppiMWI2015_gov

    Format

    A data frame with 3 columns and 101 rows:

    score PPI score

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Malawi PPI tableppiMWI2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMWI2015_gov 65

    Format

    A data frame with 14 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    ppp1000 Below $10.00 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Malawi PPI tableppiMWI2015_gov

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 66 ppiMWI2015_pbm

    ppiMWI2015_pbm Poverty Probability Index (PPI) lookup table for Malawi using PBMpoverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for Malawi using PBM poverty definitions

    Usage

    ppiMWI2015_pbm

    Format

    A data frame with 13 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    half100 Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Malawi PPI tableppiMWI2015_pbm

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiMWI2020 67

    # to specific PPI scoreppiScore

  • 68 ppiNAM2013

    Source

    https://www.povertyindex.org

    Examples

    # Access Malawi PPI tableppiMWI2020

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiNER2013 69

    Source

    https://www.povertyindex.org

    Examples

    # Access Namibia PPI tableppiNAM2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 70 ppiNGA2015

    Source

    https://www.povertyindex.org

    Examples

    # Access Niger PPI tableppiNER2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiNIC2013 71

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp400 Below $4.00 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Nigeria PPI tableppiNGA2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 72 ppiNIC2013

    Format

    A data frame with 10 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    ppp800 Below $8.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Nicaragua PPI tableppiNIC2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiNPL2013 73

    ppiNPL2013 Poverty Probability Index (PPI) lookup table for Nepal using legacypoverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for Nepal using legacy poverty definitions

    Usage

    ppiNPL2013

    Format

    A data frame with 4 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Nepal PPI tableppiNPL2013

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 74 ppiNPL2013_a

    ppiNPL2013_a Poverty Probability Index (PPI) lookup table for Nepal using newpoverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for Nepal using new poverty definitions

    Usage

    ppiNPL2013_a

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Nepal PPI tableppiNPL2013_a

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiPAK2009 75

    # based on a specific poverty definition. In this example, the national# poverty line definitionppiScore

  • 76 ppiPER2012

    # Use subset() function to get the row of poverty probabilities corresponding# to specific PPI scoreppiScore

  • ppiPER2018 77

    Examples

    # Access Peru PPI tableppiPER2012

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 78 ppiPHL2014

    ppp1500 Below $15.00 per day purchasing power parity (2011)

    ppp2170 Below $21.70 per day purchasing power parity (2011)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    ppiPHL2014 Poverty Probability Index (PPI) lookup table for Philippines usinglegacy poverty definitions

    Description

    Poverty Probability Index (PPI) lookup table for Philippines using legacy poverty definitions

    Usage

    ppiPHL2014

    Format

    A data frame with 6 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp432 Below $4.32 per day purchasing power parity (1993)

    Source

    https://www.povertyindex.org

    https://www.povertyindex.orghttps://www.povertyindex.org

  • ppiPHL2014_a 79

    Examples

    # Access Philippines PPI tableppiPHL2014

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 80 ppiPHL2018

    Source

    https://www.povertyindex.org

    Examples

    # Access Philippines PPI tableppiPHL2014_a

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiPRY2012 81

    ppp550 Below $5.50 per day purchasing power parity (2011)

    ppp800 Below $8.00 per day purchasing power parity (2011)

    ppp1100 Below $11.00 per day purchasing power parity (2011)

    ppp1500 Below $15.00 per day purchasing power parity (2011)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    ppiPRY2012 Poverty Probability Index (PPI) lookup table for Paraguay

    Description

    Poverty Probability Index (PPI) lookup table for Paraguay

    Usage

    ppiPRY2012

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    https://www.povertyindex.orghttps://www.povertyindex.org

  • 82 ppiPSE2014

    Examples

    # Access Paraguay PPI tableppiPRY2012

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiROU2009 83

    Source

    https://www.povertyindex.org

    Examples

    # Access Palestine PPI tableppiPSE2014

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 84 ppiRUS2010

    Source

    https://www.povertyindex.org

    Examples

    # Access Romania PPI tableppiROU2009

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiRWA2016 85

    Examples

    # Access Russia PPI tableppiRUS2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 86 ppiRWA2019

    Source

    https://www.povertyindex.org

    Examples

    # Access Rwanda PPI tableppiRWA2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiRWA2019 87

    ppp320 Below $8.00 per day purchasing power parity (2011)

    ppp550 Below $11.00 per day purchasing power parity (2011)

    ppp800 Below $15.00 per day purchasing power parity (2011)

    ppp1100 Below $21.70 per day purchasing power parity (2011)

    ppp1500 Below 20th percentile poverty line

    ppp2170 Below 40th percentile poverty line

    ppp125 Below 50th percentile poverty line

    ppp250 Below 60th percentile poverty line

    ppp500 Below 80th percentile poverty line

    percentile20 NA

    percentile40 NA

    percentile60 NA

    percentile80 NA

    Source

    https://www.povertyindex.org

    Examples

    # Access Rwanda PPI tableppiRWA2019

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 88 ppiSEN2009

    ppiSEN2009 Poverty Probability Index (PPI) lookup table for Senegal

    Description

    Poverty Probability Index (PPI) lookup table for Senegal

    Usage

    ppiSEN2009

    Format

    A data frame with 11 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nlFood Food poverty line

    extreme USAID extreme poverty

    nl75 National poverty line (75%)

    nl125 National poverty line (125%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Senegal PPI tableppiSEN2009

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiSEN2018 89

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the national# poverty line definitionppiScore

  • 90 ppiSLE2011

    ppiSLE2011 Poverty Probability Index (PPI) lookup table for Sierra Leone

    Description

    Poverty Probability Index (PPI) lookup table for Sierra Leone

    Usage

    ppiSLE2011

    Format

    A data frame with 8 columns and 101 rows:

    score PPI scorenl100 National poverty line (100%)nlFood Food poverty linenl75 National poverty line (75%)nl150 National poverty line (150%)extreme USAID extreme povertyppp125 Below $1.25 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Sierra Leone PPI tableppiSLE2011

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiSLV2010 91

    ppiSLV2010 Poverty Probability Index (PPI) lookup table for El Salvador

    Description

    Poverty Probability Index (PPI) lookup table for El Salvador

    Usage

    ppiSLV2010

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nlFood Food poverty line

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp375 Below $3.75 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access El Salvador PPI tableppiSLV2010

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 92 ppiSYR2010

    # extreme poverty definitionppiScore

  • ppiTGO2018 93

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the national# poverty line definitionppiScore

  • 94 ppiTJK2015

    ppiTJK2015 Poverty Probability Index (PPI) lookup table for Tajikistan

    Description

    Poverty Probability Index (PPI) lookup table for Tajikistan

    Usage

    ppiTJK2015

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    median Poorest half below 100% national

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Tajikistan PPI tableppiTJK2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiTLS2013 95

    # poverty line definitionppiScore

  • 96 ppiTZA2016

    # Given a specific PPI score (from 0 - 100), get a poverty probability# based on a specific poverty definition. In this example, the national# poverty line definitionppiScore

  • ppiUGA2015 97

    Source

    https://www.povertyindex.org

    Examples

    # Access Tanzania PPI tableppiTZA2016

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 98 ppiVNM2009

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp400 Below $4.00 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp844 Below $8.44 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp310 Below $3.10 per day purchasing power parity (2011)

    Source

    https://www.povertyindex.org

    Examples

    # Access Uganda PPI tableppiUGA2015

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiYEM2009 99

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nlFood Food poverty line

    extreme USAID extreme poverty line

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp175 Below $1.75 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    molisa MOLISA poverty line

    Source

    https://www.povertyindex.org

    Examples

    # Access Vietnam PPI tableppiVNM2009

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 100 ppiYEM2009

    Usage

    ppiYEM2009

    Format

    A data frame with 8 columns and 101 rows:

    score PPI score

    nl100 National poverty line (100%)

    nlFood Food poverty line

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp300 Below $3.00 per day purchasing power parity (2005)

    ppp400 Below $4.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access Yemen PPI tableppiYEM2009

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • ppiZAF2009 101

    ppiZAF2009 Poverty Probability Index (PPI) lookup table for South Africa

    Description

    Poverty Probability Index (PPI) lookup table for South Africa

    Usage

    ppiZAF2009

    Format

    A data frame with 8 columns and 101 rows:

    score PPI scorenl100 National poverty line (100%)nlFood Food poverty lineextreme USAID extreme povertynu100 National upper poverty line (100%)ppp125 Below $1.25 per day purchasing power parity (2005)ppp250 Below $2.50 per day purchasing power parity (2005)ppp400 Below $4.00 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    Examples

    # Access South Africa PPI tableppiZAF2009

    # Given a specific PPI score (from 0 - 100), get the row of poverty# probabilities from PPI table it corresponds toppiScore

  • 102 ppiZMB2013_got

    ppiZMB2013_cso Poverty Probability Index (PPI) lookup table for Zambia

    Description

    Poverty Probability Index (PPI) lookup table for Zambia

    Usage

    ppiZMB2013_cso

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    food Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    ppiZMB2013_got Poverty Probability Index (PPI) lookup table for Zambia

    Description

    Poverty Probability Index (PPI) lookup table for Zambia

    Usage

    ppiZMB2013_got

    https://www.povertyindex.org

  • ppiZMB2017 103

    Format

    A data frame with 9 columns and 101 rows:

    score PPI score

    food Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    extreme USAID extreme poverty

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    Source

    https://www.povertyindex.org

    ppiZMB2017 Poverty Probability Index (PPI) lookup table for Zambia

    Description

    Poverty Probability Index (PPI) lookup table for Zambia

    Usage

    ppiZMB2017

    Format

    A data frame with 17 columns and 101 rows:

    score PPI score

    food Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp200 Below $2.00 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    https://www.povertyindex.org

  • 104 ppiZMB2017_a

    ppp310 Below $3.10 per day purchasing power parity (2011)

    median Median poverty line

    percentile20 Below 20th percentile poverty line

    percentile40 Below 50th percentile poverty line

    percentile50 Below 40th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    Source

    https://www.povertyindex.org

    ppiZMB2017_a Poverty Probability Index (PPI) lookup table for Zambia

    Description

    Poverty Probability Index (PPI) lookup table for Zambia

    Usage

    ppiZMB2017_a

    Format

    A data frame with 16 columns and 101 rows:

    score PPI score

    nlFood Food poverty line

    nl100 National poverty line (100%)

    nl150 National poverty line (150%)

    nl200 National poverty line (200%)

    ppp125 Below $1.25 per day purchasing power parity (2005)

    ppp250 Below $2.50 per day purchasing power parity (2005)

    ppp500 Below $5.00 per day purchasing power parity (2005)

    ppp100 Below $1.00 per day purchasing power parity (2011)

    ppp190 Below $1.90 per day purchasing power parity (2011)

    ppp320 Below $3.20 per day purchasing power parity (2011)

    ppp550 Below $5.50 per day purchasing power parity (2011)

    percentile20 Below 20th percentile poverty line

    percentile40 Below 40th percentile poverty line

    percentile60 Below 60th percentile poverty line

    percentile80 Below 80th percentile poverty line

    https://www.povertyindex.org

  • ppiZMB2017_a 105

    Source

    https://www.povertyindex.org

    https://www.povertyindex.org

  • Index

    ∗ datasetsppiAFG2012, 6ppiAGO2015, 7ppiBEN2012, 8ppiBFA2011, 9ppiBFA2014, 10ppiBFA2017, 11ppiBGD2013, 12ppiBOL2015, 13ppiBRA2010, 14ppiCIV2013, 15ppiCIV2018, 16ppiCMR2013, 17ppiCOL2012, 18ppiCOL2012_a, 19ppiCOL2018, 20ppiDOM2010, 21ppiDOM2018, 22ppiECU2015, 23ppiEGY2010, 24ppiETH2016, 25ppiFJI2014, 26ppiGHA2015, 27ppiGHA2015_a, 28ppiGHA2015_b, 29ppiGHA2019, 30ppiGTM2016, 32ppiHND2010, 33ppiHTI2016, 34ppiIDN2012, 35ppiIDN2012_a, 36ppiIDN2020, 37ppiIND2016_r59, 39ppiIND2016_r62, 40ppiIND2016_r66, 41ppiIND2016_r68, 42ppiJOR2010, 43ppiKEN2011, 44ppiKEN2018, 45

    ppiKGZ2015, 46ppiKHM2015, 47ppiKHM2015_gov, 48ppiKHM2015_wb, 49ppiLKA2016, 50ppiMAR2013, 51ppiMDG2015, 52ppiMEX2017, 54ppiMEX2017_a, 55ppiMLI2010, 56ppiMMR2012, 57ppiMMR2019, 58ppiMNG2016, 60ppiMOZ2013, 61ppiMOZ2019, 62ppiMWI2015, 63ppiMWI2015_gov, 64ppiMWI2015_pbm, 66ppiMWI2020, 67ppiNAM2013, 68ppiNER2013, 69ppiNGA2015, 70ppiNIC2013, 71ppiNPL2013, 73ppiNPL2013_a, 74ppiPAK2009, 75ppiPER2012, 76ppiPER2018, 77ppiPHL2014, 78ppiPHL2014_a, 79ppiPHL2018, 80ppiPRY2012, 81ppiPSE2014, 82ppiROU2009, 83ppiRUS2010, 84ppiRWA2016, 85ppiRWA2019, 86ppiSEN2009, 88ppiSEN2018, 89

    106

  • INDEX 107

    ppiSLE2011, 90ppiSLV2010, 91ppiSYR2010, 92ppiTGO2018, 93ppiTJK2015, 94ppiTLS2013, 95ppiTZA2016, 96ppiUGA2015, 97ppiVNM2009, 98ppiYEM2009, 99ppiZAF2009, 101ppiZMB2013_cso, 102ppiZMB2013_got, 102ppiZMB2017, 103ppiZMB2017_a, 104

    find_table, 4

    get_table, 5

    ppiAFG2012, 6ppiAGO2015, 7ppiBEN2012, 8ppiBFA2011, 9ppiBFA2014, 10ppiBFA2017, 11ppiBGD2013, 12ppiBOL2015, 13ppiBRA2010, 14ppiCIV2013, 15ppiCIV2018, 16ppiCMR2013, 17ppiCOL2012, 18ppiCOL2012_a, 19ppiCOL2018, 20ppiDOM2010, 21ppiDOM2018, 22ppiECU2015, 23ppiEGY2010, 24ppiETH2016, 25ppiFJI2014, 26ppiGHA2015, 27ppiGHA2015_a, 28ppiGHA2015_b, 29ppiGHA2019, 30ppiGTM2016, 32ppiHND2010, 33ppiHTI2016, 34ppiIDN2012, 35

    ppiIDN2012_a, 36ppiIDN2020, 37ppiIND2016_r59, 39ppiIND2016_r62, 40ppiIND2016_r66, 41ppiIND2016_r68, 42ppiJOR2010, 43ppiKEN2011, 44ppiKEN2018, 45ppiKGZ2015, 46ppiKHM2015, 47ppiKHM2015_gov, 48ppiKHM2015_wb, 49ppiLKA2016, 50ppiMAR2013, 51ppiMDG2015, 52ppiMEX2017, 54ppiMEX2017_a, 55ppiMLI2010, 56ppiMMR2012, 57ppiMMR2019, 58ppiMNG2016, 60ppiMOZ2013, 61ppiMOZ2019, 62ppiMWI2015, 63ppiMWI2015_gov, 64ppiMWI2015_pbm, 66ppiMWI2020, 67ppiNAM2013, 68ppiNER2013, 69ppiNGA2015, 70ppiNIC2013, 71ppiNPL2013, 73ppiNPL2013_a, 74ppiPAK2009, 75ppiPER2012, 76ppiPER2018, 77ppiPHL2014, 78ppiPHL2014_a, 79ppiPHL2018, 80ppiPRY2012, 81ppiPSE2014, 82ppiROU2009, 83ppiRUS2010, 84ppiRWA2016, 85ppiRWA2019, 86ppiSEN2009, 88ppiSEN2018, 89

  • 108 INDEX

    ppiSLE2011, 90ppiSLV2010, 91ppiSYR2010, 92ppiTGO2018, 93ppiTJK2015, 94ppiTLS2013, 95ppiTZA2016, 96ppiUGA2015, 97ppiVNM2009, 98ppiYEM2009, 99ppiZAF2009, 101ppiZMB2013_cso, 102ppiZMB2013_got, 102ppiZMB2017, 103ppiZMB2017_a, 104

    find_tableget_tableppiAFG2012ppiAGO2015ppiBEN2012ppiBFA2011ppiBFA2014ppiBFA2017ppiBGD2013ppiBOL2015ppiBRA2010ppiCIV2013ppiCIV2018ppiCMR2013ppiCOL2012ppiCOL2012_appiCOL2018ppiDOM2010ppiDOM2018ppiECU2015ppiEGY2010ppiETH2016ppiFJI2014ppiGHA2015ppiGHA2015_appiGHA2015_bppiGHA2019ppiGTM2016ppiHND2010ppiHTI2016ppiIDN2012ppiIDN2012_appiIDN2020ppiIND2016_r59ppiIND2016_r62ppiIND2016_r66ppiIND2016_r68ppiJOR2010ppiKEN2011ppiKEN2018ppiKGZ2015ppiKHM2015ppiKHM2015_govppiKHM2015_wbppiLKA2016ppiMAR2013ppiMDG2015ppiMEX2017ppiMEX2017_appiMLI2010ppiMMR2012ppiMMR2019ppiMNG2016ppiMOZ2013ppiMOZ2019ppiMWI2015ppiMWI2015_govppiMWI2015_pbmppiMWI2020ppiNAM2013ppiNER2013ppiNGA2015ppiNIC2013ppiNPL2013ppiNPL2013_appiPAK2009ppiPER2012ppiPER2018ppiPHL2014ppiPHL2014_appiPHL2018ppiPRY2012ppiPSE2014ppiROU2009ppiRUS2010ppiRWA2016ppiRWA2019ppiSEN2009ppiSEN2018ppiSLE2011ppiSLV2010ppiSYR2010ppiTGO2018ppiTJK2015ppiTLS2013ppiTZA2016ppiUGA2015ppiVNM2009ppiYEM2009ppiZAF2009ppiZMB2013_csoppiZMB2013_gotppiZMB2017ppiZMB2017_aIndex