diff --git a/NEWS.md b/NEWS.md index ca49bfd8..dfbd6e7d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -# ppitables (development version) +# ppitables 0.5.6 + +This is the eleventh CRAN release of `{ppitables}` # ppitables 0.5.5 -This is the tenth CRAN release of `ppitables`. In this release, I added: +This is the tenth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for multiple countries released during the period of 2021 to 2023 @@ -14,7 +16,7 @@ Indonesia PPI tables # ppitables 0.5.4 -This is the ninth CRAN release of `ppitables`. In this release, I added: +This is the ninth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Indonesia using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from Indonesia's @@ -27,7 +29,7 @@ Indonesia PPI tables # ppitables 0.5.3 -This is the eighth CRAN release of `ppitables`. In this release, I added: +This is the eighth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Malawi using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from Malawi's 2016/2017 @@ -48,7 +50,7 @@ into factors in newest R version # ppitables 0.5.2 -This is the seventh CRAN release of `ppitables`. In this release, I added: +This is the seventh CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Rwanda using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from Rwanda's 2016/2017 @@ -61,7 +63,7 @@ Rwanda PPI tables # ppitables 0.5.1 -This is the sixth CRAN release of `ppitables`. In this release, I added: +This is the sixth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Mozambique using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from the 2014 @@ -76,7 +78,7 @@ PPI tables # ppitables 0.5.0 -This is the fifth CRAN release of `ppitables`. In this release, I added: +This is the fifth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Ghana using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from the 2016/2017 Ghana @@ -87,7 +89,7 @@ PPI tables # ppitables 0.4.0 -This is the fourth CRAN release of `ppitables`. In this release, I added: +This is the fourth CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Dominican Republic using the new PPI calculation approach developed by the International Poverty Alliance (IPA) based on data from the @@ -100,7 +102,7 @@ PPI tables # ppitables 0.3.0 -This is the third CRAN release of `ppitables`. In this release, I added: +This is the third CRAN release of `{ppitables}`. In this release, I added: * new PPI tables for Kenya and Senegal using the new PPI calculation approach developed by the International Poverty Alliance (IPA) @@ -113,7 +115,7 @@ PPI tables # ppitables 0.2.0 -This is the second CRAN release of `ppitables`. In this release, I added: +This is the second CRAN release of `{ppitables}`. In this release, I added: * updates to documentation @@ -130,10 +132,10 @@ PPI tables. # ppitables 0.1.2 -This is an updated release of `ppitables` as part of the CRAN submission process. In this release, I have added examples of usage for each of the country PPI table. +This is an updated release of `{ppitables}` as part of the CRAN submission process. In this release, I have added examples of usage for each of the country PPI table. # ppitables 0.1.1 -This is an updated release of `ppitables` as part of the CRAN submission process. I have implemented the following changes: +This is an updated release of `{ppitables}` as part of the CRAN submission process. I have implemented the following changes: * I have changed nomenclature of PPI tables in the package as suggested. I have also added the naming syntax in the README to describe the nomenclature accordingly @@ -147,5 +149,5 @@ accordingly * I have changed LICENSE from MIT to CC0 which is more appropriate # ppitables 0.1.0 -This is the first release of `ppitables` +This is the first release of `{ppitables}` diff --git a/README.Rmd b/README.Rmd index 555c3be0..d86c1cd2 100644 --- a/README.Rmd +++ b/README.Rmd @@ -460,13 +460,13 @@ get_table(region = "Africa") ## Disclaimer -The `ppitables` package is an independent development and is separate from and not recognised and approved by the *[International Poverty Alliance (IPA)](https://poverty-action.org/)*, the organisation that produces and owns the copyright to the [Poverty Probability Index](https://www.povertyindex.org). The author and maintainer of this package is not affiliated with *[International Poverty Alliance (IPA)](https://poverty-action.org/)* but is committed to ensuring that the `ppitables` package is compliant with the [Poverty Probability Index](https://www.povertyindex.org)'s terms of use. +The `{ppitables}` package is an independent development and is separate from and not recognised and approved by the *[International Poverty Alliance (IPA)](https://poverty-action.org/)*, the organisation that produces and owns the copyright to the [Poverty Probability Index](https://www.povertyindex.org). The author and maintainer of this package is not affiliated with *[International Poverty Alliance (IPA)](https://poverty-action.org/)* but is committed to ensuring that the `{ppitables}` package is compliant with the [Poverty Probability Index](https://www.povertyindex.org)'s terms of use. -Any mistakes, problems and issues with the functionality and outputs of the `ppitables` package are that of the author and maintainer of the package and not of *[International Poverty Alliance (IPA)](https://poverty-action.org/)*. Hence any problems and issues to the usage, functionality and outputs of the `ppitables` package should be addressed directly to the author and maintainer [here](https://github.com/katilingban/ppitables/issues). +Any mistakes, problems and issues with the functionality and outputs of the `{ppitables}` package are that of the author and maintainer of the package and not of *[International Poverty Alliance (IPA)](https://poverty-action.org/)*. Hence any problems and issues to the usage, functionality and outputs of the `{ppitables}` package should be addressed directly to the author and maintainer [here](https://github.com/katilingban/ppitables/issues). ## Citation -If you find the `ppitables` package useful, please cite using the suggested citation provided by a call to the `citation` function as follows: +If you find the `{ppitables}` package useful, please cite using the suggested citation provided by a call to the `citation` function as follows: ```{r citation, echo = TRUE, eval = TRUE} citation("ppitables") @@ -476,7 +476,7 @@ citation("ppitables") Feedback, bug reports and feature requests are welcome; file issues or seek support [here](https://github.com/katilingban/ppitables/issues). If you would like to contribute to the package, please see our [contributing guidelines](https://katilingban.io/ppitables/CONTRIBUTING.html). -Please note that the `ppitables` project is released with a [Contributor Code of Conduct](https://katilingban.io/ppitables/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. +Please note that the `{ppitables}` project is released with a [Contributor Code of Conduct](https://katilingban.io/ppitables/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms. ### Notes 1 Only 60 country PPI tables are shown here and available via the package. There is no lookup table for China because the China Poverty Scorecard is an expert-based scorecard. See [this](https://www.povertyindex.org/china-expert-based-poverty-scorecard) for further explanation. diff --git a/README.md b/README.md index d633c8b8..e44a1163 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) -[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/ppitables)](https://cran.r-project.org/package=ppitables) +[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/ppitables)](https://cran.r-project.org/package=ppitables) [![cran checks](https://badges.cranchecks.info/worst/ppitables.svg)](https://cran.r-project.org/web/checks/check_results_ppitables.html) [![CRAN](https://img.shields.io/cran/l/ppitables.svg)](https://github.com/katilingban/ppitables/blob/master/LICENSE.md) @@ -26,11 +26,10 @@ coverage](https://codecov.io/gh/katilingban/ppitables/branch/main/graph/badge.sv Lookup tables for estimating the likelihood of poverty using the -`Poverty Probability Index` (previously called -`Progress out of Poverty Index`) or `PPI` from country-specific -indicators collected from cross-sectional surveys. These lookup tables -are extracted from documentation of the `PPI` found at -. +`Poverty Probability Index` (previously called `Progress out of Poverty +Index`) or `PPI` from country-specific indicators collected from +cross-sectional surveys. These lookup tables are extracted from +documentation of the `PPI` found at . ## Installation @@ -89,11 +88,11 @@ PPI [site](https://www.povertyindex.org). ### List of PPI country tables - +
-+ @@ -110,8 +109,7 @@ PPI [site](https://www.povertyindex.org).
  • - + @@ -119,8 +117,7 @@ Survey (NRVA)
  • - + @@ -134,15 +131,13 @@ Survey - + - + @@ -150,30 +145,25 @@ de Vie des Ménages (EHCVM) and using a 6 question score card
  • - + - + - + - + @@ -211,15 +201,13 @@ le Conditions de Vie des Ménages (EHCVM)
  • - + - + @@ -235,22 +223,19 @@ Niveau de Vie des Ménages
  • - + - + - + @@ -258,15 +243,13 @@ Hogares (GEIH)
  • - + - + @@ -280,8 +263,7 @@ Fuerza de Trabajo (ENFT) - + @@ -297,15 +279,13 @@ Desempleo y Subempleo (ENEMDU) from 2019, 2020 and 2021
  • - + - + @@ -313,8 +293,7 @@ and Expenditure Survey
  • - + @@ -322,30 +301,25 @@ Survey
  • - + - + - + - + @@ -353,15 +327,13 @@ Survey
  • - + - + @@ -375,8 +347,7 @@ Ingresos of 2021 - + @@ -384,8 +355,7 @@ Hogares de Propósitos Múltiples (EPHPM) 2019
  • - + @@ -393,15 +363,13 @@ Survey
  • - + - + @@ -413,8 +381,7 @@ poverty lines - + @@ -422,29 +389,25 @@ Survey (SUSENAS)
  • - + - + - + - + @@ -452,8 +415,7 @@ poverty lines using MRP consumption
  • - + @@ -461,15 +423,13 @@ Survey
  • - + - + @@ -477,8 +437,7 @@ Survey
  • - + @@ -486,29 +445,25 @@ Survey
  • - + - + - + - + @@ -516,8 +471,7 @@ Study - Plus (LSMS+)
  • - + @@ -525,8 +479,7 @@ Expenditure Survey
  • - + @@ -534,8 +487,7 @@ Survey
  • - + @@ -543,15 +495,13 @@ Survey
  • - + - + @@ -567,15 +517,13 @@ Gastos de los Hogares de 2014 using new definitions of poverty
  • - + - + @@ -583,8 +531,7 @@ Conditions Survey
  • - + @@ -598,8 +545,7 @@ Survey - + @@ -607,36 +553,31 @@ Survey
  • - + - + - + - + - + @@ -644,8 +585,7 @@ Survey 2019
  • - + @@ -653,8 +593,7 @@ Expenditure Survey
  • - + @@ -662,8 +601,7 @@ Expenditure Survey
  • - + @@ -671,8 +609,7 @@ Survey
  • - + @@ -694,8 +631,7 @@ Measurement Survey
  • - + @@ -709,8 +645,7 @@ Measurement Survey - + @@ -724,15 +659,13 @@ Condiciones de Vida y Pobreza (ENAHO) - + - + @@ -740,8 +673,7 @@ and Expenditure Survey (FIES)
  • - + @@ -757,8 +689,7 @@ and Health Survey (DHS)
  • - + @@ -782,17 +713,13 @@ Consumption Survey
  • - + - + @@ -800,15 +727,13 @@ Planning
  • - + - + @@ -830,8 +755,7 @@ Pauvreté au Sénégal (ESPS) - + @@ -839,8 +763,7 @@ Propósitos Múltiples
  • - + @@ -856,8 +779,7 @@ Expenditure Survey
  • - + @@ -865,15 +787,13 @@ Standards
  • - + - + @@ -881,15 +801,13 @@ Survey
  • - + - + @@ -897,8 +815,7 @@ Conditions de Vie des Ménages (EHCVM)
  • - + @@ -918,8 +835,7 @@ Survey - + @@ -941,8 +857,7 @@ Cluster Survey - + @@ -950,29 +865,25 @@ Survey
  • - + - + - + - + @@ -984,20 +895,20 @@ command in R: ``` r find_table() -#> # A tibble: 93 × 7 +#> # A tibble: 110 × 7 #> region country survey_year release_year description type filename #> #> 1 Asia Afghan… 2007 2012 PPI for Af… sps ppiAFG2… #> 2 Africa Angola 2008 2015 PPI for An… sps ppiAGO2… -#> 3 Asia Bangla… 2010 2013 PPI for Be… sps ppiBEN2… -#> 4 Africa Benin 2010 2012 PPI for Ba… sps ppiBGD2… -#> 5 Latin American a… Bolivia 2013 2015 PPI for Bo… sps ppiBOL2… -#> 6 Latin American a… Brazil 2008 2010 PPI for Br… sps ppiBRA2… -#> 7 Africa Burkin… 2003 2011 PPI for Bu… sps ppiBFA2… -#> 8 Africa Burkin… 2014 2017 PPI for Bu… sps ppiBFA2… -#> 9 Africa Burkin… 2014 2017 PPI for Bu… ipa ppiBFA2… -#> 10 Asia Cambod… 2011 2015 PPI for Ca… sps ppiKHM2… -#> # ℹ 83 more rows +#> 3 Asia Bangla… 2010 2013 PPI for Ba… sps ppiBEN2… +#> 4 Africa Benin 2010 2012 PPI for Be… sps ppiBGD2… +#> 5 Africa Benin 2018 2022 PPI for Be… ipa ppiBEN2… +#> 6 Africa Benin 2018 2022 PPI for Be… ipa ppiBEN2… +#> 7 Latin American a… Bolivia 2013 2015 PPI for Bo… sps ppiBOL2… +#> 8 Latin American a… Bolivia 2020 2023 PPI for Bo… ipa ppiBOL2… +#> 9 Latin American a… Brazil 2008 2010 PPI for Br… sps ppiBRA2… +#> 10 Africa Burkin… 2003 2011 PPI for Bu… sps ppiBFA2… +#> # ℹ 100 more rows ``` View the list of PPI country tables for Africa using the following @@ -1005,20 +916,20 @@ command in R: ``` r find_table(region = "Africa") -#> # A tibble: 41 × 7 +#> # A tibble: 48 × 7 #> region country survey_year release_year description type filename #> #> 1 Africa Angola 2008 2015 PPI for Angola … sps ppiAGO2… -#> 2 Africa Benin 2010 2012 PPI for Banglad… sps ppiBGD2… -#> 3 Africa Burkina Faso 2003 2011 PPI for Burkina… sps ppiBFA2… -#> 4 Africa Burkina Faso 2014 2017 PPI for Burkina… sps ppiBFA2… -#> 5 Africa Burkina Faso 2014 2017 PPI for Burkina… ipa ppiBFA2… -#> 6 Africa Cameroon 2007 2013 PPI for Cameroo… sps ppiCMR2… -#> 7 Africa Cote d'Ivoire 2008 2013 PPI for Ivory C… sps ppiCIV2… -#> 8 Africa Cote d'Ivoire 2015 2018 PPI for Ivory C… ipa ppiCIV2… -#> 9 Africa Ethiopia 2010 2016 PPI for Ethiopi… sps ppiETH2… -#> 10 Africa Ghana 2012 2015 PPI for Ghana b… sps ppiGHA2… -#> # ℹ 31 more rows +#> 2 Africa Benin 2010 2012 PPI for Benin b… sps ppiBGD2… +#> 3 Africa Benin 2018 2022 PPI for Benin b… ipa ppiBEN2… +#> 4 Africa Benin 2018 2022 PPI for Benin b… ipa ppiBEN2… +#> 5 Africa Burkina Faso 2003 2011 PPI for Burkina… sps ppiBFA2… +#> 6 Africa Burkina Faso 2014 2017 PPI for Burkina… sps ppiBFA2… +#> 7 Africa Burkina Faso 2014 2017 PPI for Burkina… ipa ppiBFA2… +#> 8 Africa Burkina Faso 2018 2023 PPI for Burkina… ipa ppiBFA2… +#> 9 Africa Cameroon 2007 2013 PPI for Cameroo… sps ppiCMR2… +#> 10 Africa Cote d'Ivoire 2008 2013 PPI for Ivory C… sps ppiCIV2… +#> # ℹ 38 more rows ``` View the list of PPI country tables in Zambia using the the following @@ -1045,7 +956,7 @@ tables, the following command can be used in R: ``` r get_table() -#> # A tibble: 96,288 × 7 +#> # A tibble: 117,902 × 7 #> country release_year filename type score poverty_definition ppi #> #> 1 Afghanistan 2012 ppiAFG2012 sps 0 nl 100 @@ -1058,7 +969,7 @@ get_table() #> 8 Afghanistan 2012 ppiAFG2012 sps 1 nu150 100 #> 9 Afghanistan 2012 ppiAFG2012 sps 1 nu200 100 #> 10 Afghanistan 2012 ppiAFG2012 sps 1 extreme 100 -#> # ℹ 96,278 more rows +#> # ℹ 117,892 more rows ``` To get the actual PPI tables for all countries with PPI tables in @@ -1066,7 +977,7 @@ Africa, the following command can be used in R: ``` r get_table(region = "Africa") -#> # A tibble: 47,322 × 7 +#> # A tibble: 56,210 × 7 #> country release_year filename type score poverty_definition ppi #> #> 1 Angola 2015 ppiAGO2015 sps 0 nl100 100 @@ -1079,32 +990,32 @@ get_table(region = "Africa") #> 8 Angola 2015 ppiAGO2015 sps 0 ppp500 100 #> 9 Angola 2015 ppiAGO2015 sps 1 nl100 100 #> 10 Angola 2015 ppiAGO2015 sps 1 nl150 100 -#> # ℹ 47,312 more rows +#> # ℹ 56,200 more rows ``` ## Disclaimer -The `ppitables` package is an independent development and is separate +The `{ppitables}` package is an independent development and is separate from and not recognised and approved by the *[International Poverty Alliance (IPA)](https://poverty-action.org/)*, the organisation that produces and owns the copyright to the [Poverty Probability Index](https://www.povertyindex.org). The author and maintainer of this package is not affiliated with *[International Poverty Alliance (IPA)](https://poverty-action.org/)* but is committed to ensuring that -the `ppitables` package is compliant with the [Poverty Probability +the `{ppitables}` package is compliant with the [Poverty Probability Index](https://www.povertyindex.org)’s terms of use. Any mistakes, problems and issues with the functionality and outputs of -the `ppitables` package are that of the author and maintainer of the +the `{ppitables}` package are that of the author and maintainer of the package and not of *[International Poverty Alliance (IPA)](https://poverty-action.org/)*. Hence any problems and issues to -the usage, functionality and outputs of the `ppitables` package should +the usage, functionality and outputs of the `{ppitables}` package should be addressed directly to the author and maintainer [here](https://github.com/katilingban/ppitables/issues). ## Citation -If you find the `ppitables` package useful, please cite using the +If you find the `{ppitables}` package useful, please cite using the suggested citation provided by a call to the `citation` function as follows: @@ -1137,9 +1048,10 @@ you would like to contribute to the package, please see our [contributing guidelines](https://katilingban.io/ppitables/CONTRIBUTING.html). -Please note that the `ppitables` project is released with a [Contributor -Code of Conduct](https://katilingban.io/ppitables/CODE_OF_CONDUCT.html). -By contributing to this project, you agree to abide by its terms. +Please note that the `{ppitables}` project is released with a +[Contributor Code of +Conduct](https://katilingban.io/ppitables/CODE_OF_CONDUCT.html). By +contributing to this project, you agree to abide by its terms. ### Notes
    ppiAFG2012PPI for Afghanistan based on 2007/8 National Risk and Vulnerability -Survey (NRVA)PPI for Afghanistan based on 2007/8 National Risk and Vulnerability Survey (NRVA) 2012
    ppiAGO2015PPI for Angola based on the 2008/2009 Household Living Standards -SurveyPPI for Angola based on the 2008/2009 Household Living Standards Survey 2015
    ppiBEN2022_11qPPI for Benin based on 2018/9 Enquete Harmonisée sur le Conditions -de Vie des Ménages (EHCVM) and using an 11 question score cardPPI for Benin based on 2018/9 Enquete Harmonisée sur le Conditions de Vie des Ménages (EHCVM) and using an 11 question score card 2022
    ppiBEN2022_6qPPI for Benin based on 2018/9 Enquete Harmonisée sur le Conditions -de Vie des Ménages (EHCVM) and using a 6 question score cardPPI for Benin based on 2018/9 Enquete Harmonisée sur le Conditions de Vie des Ménages (EHCVM) and using a 6 question score card 2022
    ppiBFA2011PPI for Burkina Faso using Burkina Faso’s 2003 Household Living -Standards SurveyPPI for Burkina Faso using Burkina Faso’s 2003 Household Living Standards Survey 2011
    ppiBFA2014PPI for Burkina Faso using Burkina Faso’s 2014 Permanent -Multi-Sector SurveyPPI for Burkina Faso using Burkina Faso’s 2014 Permanent Multi-Sector Survey 2017
    ppiBFA2017PPI for Burkina Faso using Burkina Faso’s 2014 Enquête -Multisectorielle Continue (EMC) based on IPA’s new approach to PPI -calculationPPI for Burkina Faso using Burkina Faso’s 2014 Enquête Multisectorielle Continue (EMC) based on IPA’s new approach to PPI calculation 2017
    ppiBFA2023PPI for Burkina FASO based on data from 2018 Enquête Harmonisée sur -le Conditions de Vie des Ménages (EHCVM)PPI for Burkina FASO based on data from 2018 Enquête Harmonisée sur le Conditions de Vie des Ménages (EHCVM) 2023
    ppiCIV2013PPI for Ivory Coast using the Ivory Coast’s 2008 Household Living -Standards SurveyPPI for Ivory Coast using the Ivory Coast’s 2008 Household Living Standards Survey 2013
    ppiCIV2018PPI for Ivory Coast using the Ivory Coast’s 2015 Enquête sur le -Niveau de Vie des MénagesPPI for Ivory Coast using the Ivory Coast’s 2015 Enquête sur le Niveau de Vie des Ménages 2018
    ppiCOL2012PPI for Colombia based on Colombia’s 2009 Encuesta Integrada de -Hogares. This table uses the old poverty definitions.PPI for Colombia based on Colombia’s 2009 Encuesta Integrada de Hogares. This table uses the old poverty definitions. 2012
    ppiCOL2012_aPPI for Colombia based on Colombia’s 2009 Encuesta Integrada de -Hogares. This table uses the new poverty definitions for Colombia.PPI for Colombia based on Colombia’s 2009 Encuesta Integrada de Hogares. This table uses the new poverty definitions for Colombia. 2012
    ppiCOL2018PPI for Colombia based on Colombia’s 2016 Gran Encuesta Integrada de -Hogares (GEIH)PPI for Colombia based on Colombia’s 2016 Gran Encuesta Integrada de Hogares (GEIH) 2018
    ppiDOM2010PPI for Dominican Republic based on the 2007 Encuesta Nacional de -Ingresos y Gastos de los Hogares (ENIGH)PPI for Dominican Republic based on the 2007 Encuesta Nacional de Ingresos y Gastos de los Hogares (ENIGH) 2010
    ppiDOM2018PPI for Dominican Republic based on the 2016 Encuesta Nacional de -Fuerza de Trabajo (ENFT)PPI for Dominican Republic based on the 2016 Encuesta Nacional de Fuerza de Trabajo (ENFT) 2018
    ppiECU2022PPI for Ecuador based on data from the Encuesta Nacional de Empleo, -Desempleo y Subempleo (ENEMDU) from 2019, 2020 and 2021PPI for Ecuador based on data from the Encuesta Nacional de Empleo, Desempleo y Subempleo (ENEMDU) from 2019, 2020 and 2021 2022
    ppiETH2016PPI for Ethiopia based on Ethiopia’s 2010/11 Household Consumption -and Expenditure SurveyPPI for Ethiopia based on Ethiopia’s 2010/11 Household Consumption and Expenditure Survey 2016
    ppiETH2023PPI for Ethiopia based on data from the Socioeconomic Survey -2018/2019”PPI for Ethiopia based on data from the Socioeconomic Survey 2018/2019" 2023
    ppiFJI2014PPI for Fiji based on Fiji’s 2008/9 Household Income and Expenditure -SurveyPPI for Fiji based on Fiji’s 2008/9 Household Income and Expenditure Survey 2014
    ppiGHA2015PPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using -legacy poverty linesPPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using legacy poverty lines 2015
    ppiGHA2015_aPPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using -the new-definition poverty lines deflated with Ghana’s CPIPPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using the new-definition poverty lines deflated with Ghana’s CPI 2015
    ppiGHA2015_bPPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using -the new-definition poverty lines deflated with the change in 100% of -national poverty linePPI for Ghana based on Ghana’s 2012/13 Living Standards Survey using the new-definition poverty lines deflated with the change in 100% of national poverty line 2015
    ppiGHA2019PPI for Ghana based on Ghana’s 2016/2017 Living Standards -SurveyPPI for Ghana based on Ghana’s 2016/2017 Living Standards Survey 2019
    ppiGTM2016PPI for Guatemala based on Guatemala’s 2014 Household Living -Standards SurveyPPI for Guatemala based on Guatemala’s 2014 Household Living Standards Survey 2016
    ppiGTM2023PPI for Guatemala based on data from Encuesta Nacional de Empleo e -Ingresos of 2021PPI for Guatemala based on data from Encuesta Nacional de Empleo e Ingresos of 2021 2023
    ppiHND2023PPI for Honduras based on data from the Encuesta Permanente de -Hogares de Propósitos Múltiples (EPHPM) 2019PPI for Honduras based on data from the Encuesta Permanente de Hogares de Propósitos Múltiples (EPHPM) 2019 2023
    ppiHTI2016PPI for Haiti based on Haiti’s 2012 Post-Earthquake Living Standards -SurveyPPI for Haiti based on Haiti’s 2012 Post-Earthquake Living Standards Survey 2016
    ppiIDN2012PPI for Indonesia based on data from 2010 using legacy poverty -linesPPI for Indonesia based on data from 2010 using legacy poverty lines 2012
    ppiIDN2012_aPPI for Indonesia based on data from 2010 using new definition -poverty linesPPI for Indonesia based on data from 2010 using new definition poverty lines 2012
    ppiIDN2023PPI for Indonesia based on data from the 2022 National Socioeconomic -Survey (SUSENAS)PPI for Indonesia based on data from the 2022 National Socioeconomic Survey (SUSENAS) 2023
    ppiIND2016_r59PPI for India using India’s 2011/12 Socio-Economic using the R59 -legacy poverty lines using MRP consumptionPPI for India using India’s 2011/12 Socio-Economic using the R59 legacy poverty lines using MRP consumption 2016
    ppiIND2016_r62PPI for India using India’s 2011/12 Socio-Economic using the R59 -legacy poverty lines using MRP consumptionPPI for India using India’s 2011/12 Socio-Economic using the R59 legacy poverty lines using MRP consumption 2016
    ppiIND2016_r66PPI for India using India’s 2011/12 Socio-Economic using the R66 -legacy poverty lines using MRP consumptionPPI for India using India’s 2011/12 Socio-Economic using the R66 legacy poverty lines using MRP consumption 2016
    ppiIND2016_r68PPI for India using India’s 2011/12 Socio-Economic using the R68 new -poverty lines using MRP consumptionPPI for India using India’s 2011/12 Socio-Economic using the R68 new poverty lines using MRP consumption 2016
    ppiJOR2010PPI for Jordan using Jordan’s 2006 Household Income and Expenditure -SurveyPPI for Jordan using Jordan’s 2006 Household Income and Expenditure Survey 2010
    ppiKEN2011PPI for Kenya using Kenya’s 2005/06 Integrated Household Budget -SurveyPPI for Kenya using Kenya’s 2005/06 Integrated Household Budget Survey 2011
    ppiKEN2018PPI for Kenya using Kenya’s 2015 Integrated Household Budget -SurveyPPI for Kenya using Kenya’s 2015 Integrated Household Budget Survey 2018
    ppiKGZ2015PPI for Kyrgyzstan Kyrgyz Republic’s 2012 Integrated Household -SurveyPPI for Kyrgyzstan Kyrgyz Republic’s 2012 Integrated Household Survey 2015
    ppiKHM2105PPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based -using legacy poverty linesPPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based using legacy poverty lines 2015
    ppiKHM2015_govPPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based -using government definition poverty linesPPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based using government definition poverty lines 2015
    ppiKHM2015_wbPPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based -using World Bank definition poverty linesPPI for Cambodia using Cambodia’s 2011 Socio-Economic Survey based using World Bank definition poverty lines 2015
    ppiKHM2023PPI for Cambodia using data from 2020 Living Standards Measurement -Study - Plus (LSMS+)PPI for Cambodia using data from 2020 Living Standards Measurement Study - Plus (LSMS+) 2023
    ppiLKA2016PPI for Sri Lanka using Sri Lanka’s 2012/13 Household Income and -Expenditure SurveyPPI for Sri Lanka using Sri Lanka’s 2012/13 Household Income and Expenditure Survey 2016
    ppiMAR2013PPI for Morocco based on Morocco’s 2007 Households Living Standards -SurveyPPI for Morocco based on Morocco’s 2007 Households Living Standards Survey 2013
    ppiMDG2015PPI for Madagascar based on Madagascar’s 2010 Periodic Household -SurveyPPI for Madagascar based on Madagascar’s 2010 Periodic Household Survey 2015
    ppiMEX2017PPI for Mexico based on Mexico’s Encuesta Nacional de Ingresos y -Gastos de los Hogares de 2014 using legacy definitions of povertyPPI for Mexico based on Mexico’s Encuesta Nacional de Ingresos y Gastos de los Hogares de 2014 using legacy definitions of poverty 2017
    ppiMEX2017_aPPI for Mexico based on Mexico’s Encuesta Nacional de Ingresos y -Gastos de los Hogares de 2014 using new definitions of povertyPPI for Mexico based on Mexico’s Encuesta Nacional de Ingresos y Gastos de los Hogares de 2014 using new definitions of poverty 2017
    ppiMMR2012PPI for Myanmar based on Myanmar’s 2009/10 Integrated Household -Living Conditions AssessmentPPI for Myanmar based on Myanmar’s 2009/10 Integrated Household Living Conditions Assessment 2012
    ppiMMR2019PPI for Myanmar based on Myanmar’s 2015 Poverty and Living -Conditions SurveyPPI for Myanmar based on Myanmar’s 2015 Poverty and Living Conditions Survey 2019
    ppiMNG2016PPI for Mongolia based on Mongolia’s 2014 Household Socio-Economic -SurveyPPI for Mongolia based on Mongolia’s 2014 Household Socio-Economic Survey 2016
    ppiMOZ2019PPI for Mozambique based on 2014 Inquerito Sobre Orcamento Familiar -(IOF) SurveyPPI for Mozambique based on 2014 Inquerito Sobre Orcamento Familiar (IOF) Survey 2019
    ppiMWI2015PPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey -using legacy poverty definitionsPPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey using legacy poverty definitions 2015
    ppiMWI2015_govPPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey -using government poverty definitionsPPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey using government poverty definitions 2015
    ppiMWI2015_pbmPPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey -using PBM poverty definitionsPPI for Malawi based on Malawi’s 2010/11 Integrated Household Survey using PBM poverty definitions 2015
    ppiMWI2020PPI for Malawi based on Malawi’s 2016-2017 Fourth Integrated -Household Survey (IHS4) using new PPI definitionsPPI for Malawi based on Malawi’s 2016-2017 Fourth Integrated Household Survey (IHS4) using new PPI definitions 2020
    ppiMWI2023PPI for Malawi based on data from the Fifth Integrated Household -Survey 2019PPI for Malawi based on data from the Fifth Integrated Household Survey 2019 2023
    ppiNAM2013PPI for Namibia based on Namibia’s 2009/10 Household Income and -Expenditure SurveyPPI for Namibia based on Namibia’s 2009/10 Household Income and Expenditure Survey 2013
    ppiNER2013PPI for Niger based on Niger’s 2007/8 National Household Budget and -Expenditure SurveyPPI for Niger based on Niger’s 2007/8 National Household Budget and Expenditure Survey 2013
    ppiNGA2015PPI for Nigeria based on Nigeria’s 2012/13 General Household Panel -SurveyPPI for Nigeria based on Nigeria’s 2012/13 General Household Panel Survey 2015
    ppiNIC2013PPI for Nicaragua based on Nicaragua’s 2009 Living Standards -Measurement SurveyPPI for Nicaragua based on Nicaragua’s 2009 Living Standards Measurement Survey 2013
    ppiPAK2009PPI for Pakistan using Pakistan 2005/6 Social and Living Standards -Measurement SurveyPPI for Pakistan using Pakistan 2005/6 Social and Living Standards Measurement Survey 2009
    ppiPER2018PPI for Peru based on Peru’s 2016 Encuesta Nacional de Hogares sobre -Condiciones de Vida y Pobreza (ENAHO)PPI for Peru based on Peru’s 2016 Encuesta Nacional de Hogares sobre Condiciones de Vida y Pobreza (ENAHO) 2018
    ppiPHL2018PPI for the Philippines based on Philippines’ 2015 Family Income and -Expenditure Survey (FIES)PPI for the Philippines based on Philippines’ 2015 Family Income and Expenditure Survey (FIES) 2018
    ppiPHL2023PPI for the Philippines based on data from the 2018 Family Income -and Expenditure Survey (FIES)PPI for the Philippines based on data from the 2018 Family Income and Expenditure Survey (FIES) 2023
    ppiPNG2023PPI for Papua New Guinea based on data from 2016-2018 Demographic -and Health Survey (DHS)PPI for Papua New Guinea based on data from 2016-2018 Demographic and Health Survey (DHS) 2023
    ppiPSE2014PPI for Palestine based on Palestine’s 2011 Expenditure and -Consumption SurveyPPI for Palestine based on Palestine’s 2011 Expenditure and Consumption Survey 2014
    ppiRWA2016PPI for Rwanda based on Rwanda’s 2010/11 Integrated Household Living -Standards SurveyPPI for Rwanda based on Rwanda’s 2010/11 Integrated Household Living Standards Survey 2016
    ppiRWA2019PPI for Rwanda based on Rwanda’s 2016/2017 Integrated Household -Living Conditions Survey (EICV5) produced by the National Institute of -Statistics of Rwanda (NISR) and the Ministry of Finance and -PlanningPPI for Rwanda based on Rwanda’s 2016/2017 Integrated Household Living Conditions Survey (EICV5) produced by the National Institute of Statistics of Rwanda (NISR) and the Ministry of Finance and Planning 2019
    ppiSEN2009PPI for Senegal based on Senegal’s 2005/6 Enquête de Suivi de la -Pauvreté au Sénégal (ESPS)PPI for Senegal based on Senegal’s 2005/6 Enquête de Suivi de la Pauvreté au Sénégal (ESPS) 2009
    ppiSEN2018PPI for Senegal based on Senegal’s 2011 Enquête de Suivi de la -Pauvreté au Sénégal (ESPS)PPI for Senegal based on Senegal’s 2011 Enquête de Suivi de la Pauvreté au Sénégal (ESPS) 2018
    ppiSLV2021PPI for El Salvador based on data from 2019 Encuesta de Hogares de -Propósitos MúltiplesPPI for El Salvador based on data from 2019 Encuesta de Hogares de Propósitos Múltiples 2021
    ppiSYR2010PPI for Syria based on Syria’s 2006/7 Household Income and -Expenditure SurveyPPI for Syria based on Syria’s 2006/7 Household Income and Expenditure Survey 2010
    ppiTLS2013PPI for Timor Leste based on Timor-Leste’s 2007 Survey of Living -StandardsPPI for Timor Leste based on Timor-Leste’s 2007 Survey of Living Standards 2013
    ppiTZA2016PPI for Tanzania based on Tanzania’s 2011/12 Household Budget -SurveyPPI for Tanzania based on Tanzania’s 2011/12 Household Budget Survey 2016
    ppiTZA2022PPI for Tanzania based on Tanzania’s 2017/2018 Household Budget -SurveyPPI for Tanzania based on Tanzania’s 2017/2018 Household Budget Survey 2022
    ppiTGO2018PPI for Togo based on Togo’s 2015 Questionnaire des Indicateurs de -Base du Bien-être (QUIBB)PPI for Togo based on Togo’s 2015 Questionnaire des Indicateurs de Base du Bien-être (QUIBB) 2018
    ppiTGO2023PPI for Togo based on data from the 2018 Enquête Harmonisée sur le -Conditions de Vie des Ménages (EHCVM)PPI for Togo based on data from the 2018 Enquête Harmonisée sur le Conditions de Vie des Ménages (EHCVM) 2023
    ppiUGA2015PPI for Uganda based on Uganda’s 2012/13 National Household -SurveyPPI for Uganda based on Uganda’s 2012/13 National Household Survey 2015
    ppiVNM2023PPI for Vietnam based on data from the 2021 Multiple Indicator -Cluster SurveyPPI for Vietnam based on data from the 2021 Multiple Indicator Cluster Survey 2023
    ppiZAF2023PPI for South Africa based on data from the 2019 General Household -SurveyPPI for South Africa based on data from the 2019 General Household Survey 2023
    ppiZMB2013_gotPPI for Zambia based on Zambia’s 2010 Living Conditions Monitoring -Survey (LCMS) using Göttingen poverty definitionsPPI for Zambia based on Zambia’s 2010 Living Conditions Monitoring Survey (LCMS) using Göttingen poverty definitions 2013
    ppiZMB2013_csoPPI for Zambia based on Zambia’s 2010 Living Conditions Monitoring -Survey (LCMS) using CSO poverty definitionsPPI for Zambia based on Zambia’s 2010 Living Conditions Monitoring Survey (LCMS) using CSO poverty definitions 2013
    ppiZMB2017PPI for Zambia based on Zambia’s 2015 Living Conditions Monitoring -Survey (LCMS) using legacy poverty definitionsPPI for Zambia based on Zambia’s 2015 Living Conditions Monitoring Survey (LCMS) using legacy poverty definitions 2017
    ppiZMB2017_aPPI for Zambia based on Zambia’s 2015 Living Conditions Monitoring -Survey (LCMS) using new PPI calculation approachPPI for Zambia based on Zambia’s 2015 Living Conditions Monitoring Survey (LCMS) using new PPI calculation approach 2017