-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.Rmd
More file actions
629 lines (581 loc) · 46.2 KB
/
README.Rmd
File metadata and controls
629 lines (581 loc) · 46.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
library(ppitables)
```
# ppitables: Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty Probability Index (PPI) <img src="man/figures/logo.png" width="200" align="right" />
<!--- badges: start --->
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://cran.r-project.org/package=ppitables){.pkgdown-release}
[](https://cran.r-project.org/web/checks/check_results_ppitables.html)
[](https://github.com/katilingban/ppitables/blob/master/LICENSE.md)
[](https://CRAN.R-project.org/package=ppitables)
[](https://CRAN.R-project.org/package=ppitables)
[](https://github.com/katilingban/ppitables/actions/workflows/rhub.yaml)
[](https://github.com/katilingban/ppitables/actions/workflows/R-CMD-check.yaml)

[](https://app.codecov.io/gh/katilingban/ppitables)
[](https://www.codefactor.io/repository/github/katilingban/ppitables)
[](https://zenodo.org/badge/latestdoi/121277287){.pkgdown-release}
[](https://doi.org/10.32614/CRAN.package.ppitables){.pkgdown-release}
<!--- badges: end --->
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 [https://www.povertyindex.org](https://www.povertyindex.org).
## Installation
You can install `{ppitables}` from [CRAN](https://cran.r-project.org) with:
```R
install.packages("ppitables")
```
::: {.pkgdown-devel}
You can install the development version of `{ppitables}` from [GitHub](https://github.com/panukatan/bagyo) using `pak` with:
```R
## Install pak as needed ----
## install.packages("pak")
pak::pak("katilingban/ppitables")
```
You can also install `{ppitables}` from the [Katilingban R Universe](https://katilingban.r-universe.dev):
```R
install.packages(
"ppitables",
repos = c(
'https://katilingban.r-universe.dev', 'https://cloud.r-project.org'
)
)
```
:::
## Usage
The `{ppitables}` package contains PPI lookup tables for the 61 countries[^1] where PPI can currently be calculated. To be able to use the lookup tables in `{ppitables}` appropriately, you need to be aware of the naming syntax used for the tables for each country. The name for each table will always have three fixed or constant components as follows:
```{r naming, eval = FALSE}
ppiXXXYYYY
```
The name of any of the PPI tables contains:
1. `ppi` in lower case letters;
2. `XXX` which is the the three letter `ISO code` of the country of interest (all capitals); and,
3. `YYYY` which is the specific year at which the country PPI table was released.
These three components are joined together without any spaces or gaps.
Some country lookup tables may have additional components to their name which are added after the year separated with an underscore. These usually signify that a lookup table released on a particular year has a subset table in which the poverty likelihoods for a given PPI score are reported based on a different poverty definition or cut-off. This additional component to the table name is usually a character value or alphanumeric and is usually country-specific. To know more about what this additional component to some PPI tables refer to, read the index table below of the PPI tables available in this package.
Following are the available PPI country tables from the `{ppitables}` package. This is updated as at 12 March 2025 using information from the PPI [website](https://www.povertyindex.org).
### List of PPI country tables
+-----+-----------------+------------------------------------+-----------------+
| | **PPI Country | **Description** | **PPI Release |
| | Table Name** | | Year** |
+====:+=================+====================================+:===============:+
| 1. | `ppiAFG2012` | PPI for Afghanistan based on | 2012 |
| | | 2007/8 National Risk and | |
| | | Vulnerability Survey (NRVA) | |
+-----+-----------------+------------------------------------+-----------------+
| 2. | `ppiAGO2015` | PPI for Angola based on the | 2015 |
| | | 2008/2009 Household Living | |
| | | Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 3. | `ppiBEN2012` | PPI for Benin based on 2010 data | 2012 |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBEN2022_11q`| PPI for Benin based on 2018/9 | 2022 |
| | | Enquete Harmonisée sur le | |
| | | Conditions de Vie des Ménages | |
| | | (EHCVM) and using an 11 question | |
| | | score card | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBEN2022_6q` | PPI for Benin based on 2018/9 | 2022 |
| | | Enquete Harmonisée sur le | |
| | | Conditions de Vie des Ménages | |
| | | (EHCVM) and using a 6 question | |
| | | score card | |
+-----+-----------------+------------------------------------+-----------------+
| 4. | `ppiBFA2011` | PPI for Burkina Faso using Burkina | 2011 |
| | | Faso's 2003 Household Living | |
| | | Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBFA2014` | PPI for Burkina Faso using Burkina | 2014 |
| | | Faso's Permanent Multi-Sector | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBFA2017` | PPI for Burkina Faso using Burkina | 2017 |
| | | Faso’s Enquête Multisectorielle | |
| | | Continue (EMC) based on IPA's new | |
| | | approach to PPI calculation | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBFA2023` | PPI for Burkina FASO based on data | 2023 |
| | | from 2018 Enquête Harmonisée sur | |
| | | le Conditions de Vie des Ménages | |
| | | (EHCVM) | |
+-----+-----------------+------------------------------------+-----------------+
| 5. | `ppiBGD2013` | PPI for Bangladesh using the | 2013 |
| | | Bangaldesh's 2010 HIES Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 6. | `ppiBOL2015` | PPI for Bolivia using Bolivia’s | 2015 |
| | | 2013 Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiBOL2023` | PPI for Bolivia using data from | 2023 |
| | | Encuesta de Hogares 2020 | |
+-----+-----------------+------------------------------------+-----------------+
| 7. | `ppiBRA2010` | PPI for Brazil based on the 2008 | 2010 |
| | | PNAD | |
+-----+-----------------+------------------------------------+-----------------+
| 8. | `ppiCIV2013` | PPI for Ivory Coast using the | 2013 |
| | | Ivory Coast's 2008 Household | |
| | | Living Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiCIV2018` | PPI for Ivory Coast using the | 2018 |
| | | Ivory Coast's 2015 Enquête sur le | |
| | | Niveau de Vie des Ménages | |
+-----+-----------------+------------------------------------+-----------------+
| 9. | `ppiCMR2013` | PPI for Cameroon using Cameroon’s | 2013 |
| | | 2007 Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 10. | `ppiCOL2012` | PPI for Colombia based on | 2012 |
| | | Colombia’s 2009 Encuesta Integrada | |
| | | de Hogares. This uses the old | |
| | | poverty definitions. | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiCOL2012_a` | PPI for Colombia based on | 2012 |
| | | Colombia's 2009 Encuesta Integrada | |
| | | de Hogares. This table uses the | |
| | | new poverty definitions for | |
| | | Colombia. | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiCOL2018` | PPI for Colombia based on | 2018 |
| | | Colombia's 2016 Gran Encuesta | |
| | | Integrada de Hogares (GEIH) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiCOL2024` | PPI for Colombia based on data | 2024 |
| | | from the 2022 Gran Encuesta | |
| | | Integrada de Hogares (GEIH). | |
+-----+-----------------+------------------------------------+-----------------+
| 11. | `ppiDOM2010` | PPI for Dominican Republic based | 2010 |
| | | on the 2007 Encuesta Nacional de | |
| | | Ingresos y Gastos de los Hogares | |
| | | (ENIGH) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiDOM2018` | PPI for Dominican Republic | 2018 |
| | | based on the 2016 Encuesta | |
| | | Nacional de Fuerza de Trabajo | |
| | | (ENFT) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiDOM2024` | PPI for Dominican Republic | 2024 |
| | | constructed in October 2024 based | |
| | | on data from the 2022 Encuesta | |
| | | Continua de Fuerza de Trabajo - | |
| | | ENCFT conducted by the National | |
| | | Statistics Office (ONE) | |
+-----+-----------------+------------------------------------+-----------------+
| 12. | `ppiECU2015` | PPI for Ecuador based on the | 2015 |
| | | 2013 Living Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiECU2022` | PPI for Ecuador based on data from | 2022 |
| | | the Encuesta Nacional de Empleo, | |
| | | Desempleo y Subempleo (ENEMDU) | |
| | | from 2019, 2020 and 2021 | |
+-----+-----------------+------------------------------------+-----------------+
| 13. | `ppiEGY2010` | PPI for Egypt based on the 2004/5 | 2010 |
| | | HIECS | |
+-----+-----------------+------------------------------------+-----------------+
| 14. | `ppiETH2016` | PPI for Ethiopia based on | 2016 |
| | | Ethiopia’s 2010/11 Household | |
| | | Consumption and Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiETH2023` | PPI for Ethiopia based on data | 2023 |
| | | from the Socioeconomic Survey | |
| | | 2018/2019 | |
+-----+-----------------+------------------------------------+-----------------+
| 15. | `ppiFJI2014` | PPI for Fiji based on Fiji’s | 2014 |
| | | 2008/9 Household Income and | |
| | | Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 16. | `ppiGHA2015` | PPI for Ghana based on Ghana’s | 2015 |
| | | 2012/13 Living Standards Survey | |
| | | using legacy poverty lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiGHA2015_a` | PPI for Ghana based on Ghana’s | 2015 |
| | | 2012/13 Living Standards Survey | |
| | | using the new-definition poverty | |
| | | lines deflated with Ghana's CPI | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiGHA2015_b` | PPI for Ghana based on Ghana’s | 2015 |
| | | 2012/13 Living Standards Survey | |
| | | using the new-definition poverty | |
| | | lines deflated with the change in | |
| | | 100% of national poverty line | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiGHA2019` | PPI for Ghana based on Ghana's | 2019 |
| | | 2016/2017 Living Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 17. | `ppiGTM2016` | PPI for Guatemala based on | 2016 |
| | | Guatemala’s 2014 Household Living | |
| | | Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiGTM2023` | PPI for Guatemala based on data | 2023 |
| | | from Encuesta Nacional de Empleo | |
| | | e Ingresos of 2021 | |
+-----+-----------------+------------------------------------+-----------------+
| 18. | `ppiHND2010` | PPI for Honduras based on the 2007 | 2010 |
| | | EPHPM | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiHND2023` | PPI for Honduras based on data | 2023 |
| | | from the Encuesta Permanente de | |
| | | Hogares de Propósitos Múltiples | |
| | | (EPHPM) 2019 | |
+-----+-----------------+------------------------------------+-----------------+
| 19. | `ppiHTI2016` | PPI for Haiti based on Haiti’s | 2016 |
| | | 2012 Post-Earthquake Living | |
| | | Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 20. | `ppiIDN2012` | PPI for Indonesia based on data | 2012 |
| | | from 2010 using legacy poverty | |
| | | lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIDN2012_a` | PPI for Indonesia based on data | 2012 |
| | | from 2010 using new definition | |
| | | poverty lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIDN2020` | PPI for Indonesia based on data | 2020 |
| | | from Indonesia's SUSENA 2016 | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIDN2023` | PPI for Indonesia based on data | 2023 |
| | | from the 2022 National | |
| | | Socioeconomic Survey (SUSENAS) | |
+-----+-----------------+------------------------------------+-----------------+
| 21. | `ppiIND2016_r59`| PPI for India using India’s | 2016 |
| | | 2011/12 Socio-Economic using the | |
| | | R59 legacy poverty lines using MRP | |
| | | consumption | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIND2016_r62`| PPI for India using India’s | 2016 |
| | | 2011/12 Socio-Economic using the | |
| | | R59 legacy poverty lines using MRP | |
| | | consumption | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIND2016_r66`| PPI for India using India’s | 2016 |
| | | 2011/12 Socio-Economic using the | |
| | | R66 legacy poverty lines using MRP | |
| | | consumption | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiIND2016_r68`| PPI for India using India’s | 2016 |
| | | 2011/12 Socio-Economic using the | |
| | | R68 new poverty lines using MRP | |
| | | consumption | |
+-----+-----------------+------------------------------------+-----------------+
| 22. | `ppiJOR2010` | PPI for Jordan using Jordan’s 2006 | 2010 |
| | | Household Income and Expenditure | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 23. | `ppiKEN2011` | PPI for Kenya using Kenya’s | 2011 |
| | | 2005/06 Integrated Household | |
| | | Budget Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiKEN2018` | PPI for Kenya using Kenya's 2015 | 2018 |
| | | Integrated Household Budget Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiKEN2024` | PPI for Kenya based on data from | 2024 |
| | | the 2021 Kenya Integrated Household| |
| | | Budget Survey (KIHBS) | |
+-----+-----------------+------------------------------------+-----------------+
| 24. | `ppiKGZ2015` | PPI for Kyrgyzstan Kyrgyz | 2015 |
| | | Republic’s 2012 Integrated | |
| | | Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 25. | `ppiKHM2105` | PPI for Cambodia using Cambodia’s | 2015 |
| | | 2011 Socio-Economic Survey based | |
| | | using legacy poverty lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiKHM2015_gov`| PPI for Cambodia using Cambodia’s | 2015 |
| | | 2011 Socio-Economic Survey based | |
| | | using government definition | |
| | | poverty lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiKHM2015_wb` | PPI for Cambodia using Cambodia’s | 2015 |
| | | 2011 Socio-Economic Survey based | |
| | | using World Bank definition | |
| | | poverty lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiKHM2023` | PPI for Cambodia using data from | 2023 |
| | | 2020 Living Standards Measurement | |
| | | Study - Plus (LSMS+) | |
+-----+-----------------+------------------------------------+-----------------+
| 26. | `ppiLKA2016` | PPI for Sri Lanka using Sri Lanka’s| 2016 |
| | | 2012/13 Household Income and | |
| | | Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 27. | `ppiMAR2013` | PPI for Morocco based on Morocco’s | 2013 |
| | | 2007 Households Living Standards | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 28. | `ppiMDG2015` | PPI for Madagascar based on | 2015 |
| | | Madagascar’s 2010 Periodic | |
| | | Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 29. | `ppiMEX2017` | PPI for Mexico based on Mexico's | 2017 |
| | | Encuesta Nacional de Ingresos y | |
| | | Gastos de los Hogares de 2014 | |
| | | using legacy definitions of | |
| | | poverty | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMEX2017_a` | PPI for Mexico based on Mexico's | 2017 |
| | | Encuesta Nacional de Ingresos y | |
| | | Gastos de los Hogares de 2014 using| |
| | | new definitions of poverty | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMEX2024` | PPI for Mexico based on data from | 2024 |
| | | Encuesta Nacional de Ingresos y | |
| | | Gastos de los Hogares (ENIGH) from | |
| | | 2022 produced by the Instituto | |
| | | Nacional de Estadística y Geografía| |
| | | (INEGI) | |
+-----+-----------------+------------------------------------+-----------------+
| 30. | `ppiMLI2010` | PPI for Mali based on Mali's 2001 | 2010 |
| | | Poverty Evaluation Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 31. | `ppiMMR2012` | PPI for Myanmar based on Myanmar’s | 2012 |
| | | 2009/10 Integrated Household | |
| | | Living Conditions Assessment | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMMR2019` | PPI for Myanmar based on Myanmar's | 2019 |
| | | 2015 Poverty and Living Conditions | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 32. | `ppiMNG2016` | PPI for Mongolia based on | 2016 |
| | | Mongolia’s 2014 Household | |
| | | Socio-Economic Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 33. | `ppiMOZ2013` | PPI for Mozambique based on 2008/9 | 2013 |
| | | Household Budget Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMOZ2019` | PPI for Mozambique based on 2014 | 2019 |
| | | Inquerito Sobre Orcamento Familiar | |
| | | (IOF) Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMOZ2024` | PPI for Mozambique based on data | 2024 |
| | | from the 2022 Demographic and | |
| | | Health Survey (DHS) | |
+-----+-----------------+------------------------------------+-----------------+
| 34. | `ppiMWI2015` | PPI for Malawi based on Malawi's | 2015 |
| | | 2010/11 Integrated Household | |
| | | Survey using legacy poverty | |
| | | definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMWI2015_gov`| PPI for Malawi based on Malawi's | 2015 |
| | | 2010/11 Integrated Household | |
| | | Survey using government poverty | |
| | | definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMWI2015_pbm`| PPI for Malawi based on Malawi's | 2015 |
| | | 2010/11 Integrated Household | |
| | | Survey using PBM poverty | |
| | | definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMWI2020` | PPI for Malawi based on Malawi's | 2020 |
| | | 2016-2017 Fourth Integrated | |
| | | Household Survey (IHS4) using new | |
| | | PPI definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiMWI2023` | PPI for Malawi based on data from | 2023 |
| | | the Fifth Integrated Household | |
| | | Survey 2019 | |
+-----+-----------------+------------------------------------+-----------------+
| 35. | `ppiNAM2013` | PPI for Namibia based on Namibia’s | 2013 |
| | | 2009/10 Household Income and | |
| | | Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 36. | `ppiNER2013` | PPI for Niger based on Niger’s | 2013 |
| | | 2007/8 National Household Budget | |
| | | and Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 37. | `ppiNGA2015` | PPI for Nigeria based on Nigeria’s | 2015 |
| | | 2012/13 General Household Panel | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 38. | `ppiNIC2013` | PPI for Nicaragua based on | 2013 |
| | | Nicaragua’s 2009 Living Standards | |
| | | Measurement Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 39. | `ppiNPL2013` | PPI for Nepal using legacy | 2013 |
| | | poverty definition lines | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiNPL2013_a` | PPI for Nepal using new poverty | 2013 |
| | | definition lines | |
+-----+-----------------+------------------------------------+-----------------+
| 40. | `ppiPAK2009` | PPI for Pakistan using Pakistan | 2009 |
| | | 2005/6 Social and Living Standards | |
| | | Measurement Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 41. | `ppiPER2012` | PPI for Peru based on Peru’s 2010 | 2012 |
| | | National Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiPER2018` | PPI for Peru based on Peru's 2016 | 2018 |
| | | Encuesta Nacional de Hogares sobre | |
| | | Condiciones de Vida y Pobreza | |
| | | (ENAHO) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiPER2024` | PPI for Peru based on data from the| 2024 |
| | | 2022 Encuesta Nacional de Hogares | |
| | | (ENAHO) | |
+-----+-----------------+------------------------------------+-----------------+
| 42. | `ppiPHL2014` | PPI for the Philippines based on | 2014 |
| | | Philippines' 2009 FIES/LFS. | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiPHL2018` | PPI for the Philippines based on | 2018 |
| | | Philippines' 2015 Family Income | |
| | | and Expenditure Survey (FIES) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiPHL2023` | PPI for the Philippines based on | 2023 |
| | | data from the 2018 Family Income | |
| | | and Expenditure Survey (FIES) | |
+-----+-----------------+------------------------------------+-----------------+
| 43. | `ppiPNG2023` | PPI for Papua New Guinea based on | 2023 |
| | | data from 2016-2018 Demographic | |
| | | and Health Survey (DHS) | |
+-----+-----------------+------------------------------------+-----------------+
| 44. | `ppiPRY2012` | PPI for Paraguay based on | 2012 |
| | | Paraguay’s 2011 EPH | |
+-----+-----------------+------------------------------------+-----------------+
| 45. | `ppiPSE2014` | PPI for Palestine based on | 2014 |
| | | Palestine's 2011 Expenditure and | |
| | | Consumption Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 46. | `ppiROU2009` | PPI for Romania based on the 2007 | 2009 |
| | | HBS | |
+-----+-----------------+------------------------------------+-----------------+
| 47. | `ppiRUS2010` | PPI for Russia based on 2007 HBS | 2010 |
+-----+-----------------+------------------------------------+-----------------+
| 48. | `ppiRWA2016` | PPI for Rwanda based on Rwanda’s | 2016 |
| | | 2010/11 Integrated Household Living| |
| | | Standards Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiRWA2019` | PPI for Rwanda based on Rwanda's | 2019 |
| | | 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 | |
+-----+-----------------+------------------------------------+-----------------+
| 49. | `ppiSEN2009` | PPI for Senegal based on Senegal's | 2009 |
| | | 2005/6 Enquête de Suivi de la | |
| | | Pauvreté au Sénégal (ESPS) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiSEN2018` | PPI for Senegal based on Senegal's | 2018 |
| | | 2011 Enquête de Suivi de la | |
| | | Pauvreté au Sénégal (ESPS) | |
+-----+-----------------+------------------------------------+-----------------+
| 50. | `ppiSLE2011` | PPI for Sierra Leone based on | 2011 |
| | | Sierra Leone's 2003/4 HIS | |
+-----+-----------------+------------------------------------+-----------------+
| 51. | `ppiSLV2010` | PPI for El Salvador based on the | 2010 |
| | | 2008 EHPM | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiSLV2021` | PPI for El Salvador based on data | 2021 |
| | | from 2019 Encuesta de Hogares de | |
| | | Propósitos Múltiples | |
+-----+-----------------+------------------------------------+-----------------+
| 52. | `ppiSYR2010` | PPI for Syria based on Syria's | 2010 |
| | | 2006/7 Household Income and | |
| | | Expenditure Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 53. | `ppiTJK2015` | PPI for Tajikistan based on 2007 | 2015 |
| | | data | |
+-----+-----------------+------------------------------------+-----------------+
| 54. | `ppiTLS2013` | PPI for Timor Leste based on | 2013 |
| | | Timor-Leste’s 2007 Survey of | |
| | | Living Standards | |
+-----+-----------------+------------------------------------+-----------------+
| 55. | `ppiTZA2016` | PPI for Tanzania based on | 2016 |
| | | Tanzania’s 2011/12 Household | |
| | | Budget Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiTZA2022` | PPI for Tanzania based on | 2022 |
| | | Tanzania's 2017/2018 Household | |
| | | Budget Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 56. | `ppiTGO2018` | PPI for Togo based on Togo’s 2015 | 2018 |
| | | Questionnaire des Indicateurs de | |
| | | Base du Bien-être (QUIBB) | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiTGO2023` | PPI for Togo based on data from | 2023 |
| | | the 2018 Enquête Harmonisée sur le | |
| | | Conditions de Vie des Ménages | |
| | | (EHCVM) | |
+-----+-----------------+------------------------------------+-----------------+
| 57. | `ppiUGA2015` | PPI for Uganda based on Uganda's | 2015 |
| | | 2012/13 National Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiUGA2022` | PPI for Uganda based on Uganda's | 2022 |
| | | 2020 National Household Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 58. | `ppiVNM2009` | PPI for Vietnam based on the 2006 | 2009 |
| | | VHLSS | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiVNM2023` | PPI for Vietnam based on data from | 2023 |
| | | the 2021 Multiple Indicator Cluster| |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 59. | `ppiYEM2009` | PPI for Yemen based on 2005/06 HBS | 2009 |
+-----+-----------------+------------------------------------+-----------------+
| 60. | `ppiZAF2009` | PPI for South Africa based on the | 2009 |
| | | 2005/6 IES | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiZAF2023` | PPI for South Africa based on data | 2023 |
| | | from the 2019 General Household | |
| | | Survey | |
+-----+-----------------+------------------------------------+-----------------+
| 61. | `ppiZMB2013_got`| PPI for Zambia based on Zambia's | 2013 |
| | | 2010 Living Conditions Monitoring | |
| | | Survey (LCMS) using Göttingen | |
| | | poverty definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiZMB2013_cso`| PPI for Zambia based on Zambia's | 2013 |
| | | 2010 Living Conditions Monitoring | |
| | | Survey (LCMS) using CSO | |
| | | poverty definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiZMB2017` | PPI for Zambia based on Zambia's | 2017 |
| | | 2015 Living Conditions Monitoring | |
| | | Survey (LCMS) using legacy | |
| | | poverty definitions | |
+-----+-----------------+------------------------------------+-----------------+
| | `ppiZMB2017_a` | PPI for Zambia based on Zambia’s | 2017 |
| | | 2015 Living Conditions Monitoring | |
| | | Survey (LCMS) using new PPI | |
| | | calculation approach | |
+-----+-----------------+------------------------------------+-----------------+
This list of available PPI country tables can be retrieved in R using the `find_table()` function. View the complete list using the following command in R:
```{r, eval = TRUE}
find_table()
```
View the list of PPI country tables for Africa using the following command in R:
```{r, eval = TRUE}
find_table(region = "Africa")
```
View the list of PPI country tables in Zambia using the the following command in R:
```{r, eval = TRUE}
find_table(country = "Zambia")
```
To extract the actual PPI tables, the `get_table()` function can be used. The `get_table()` function wraps around the `find_table()` function to make a search for a specific PPI table and then extracts the table/s and puts them together into a tidy data frame.
For example, to get the actual PPI tables for all countries with PPI tables, the following command can be used in R:
```{r, eval = TRUE}
get_table()
```
To get the actual PPI tables for all countries with PPI tables in Africa, the following command can be used in R:
```{r, eval = TRUE}
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.
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 use the `{ppitables}` package in your work, please cite both the `{ppitables}` package and the authors and creators of the **Poverty Probability Index** itself.
A suggested citation for both is provided by a call to the `citation()` function as follows:
```{r citation, echo = TRUE, eval = TRUE}
citation("ppitables")
```
## Community guidelines
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.
<br/>
[^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.