-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.54 KB
/
DESCRIPTION
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
Package: ppitables
Type: Package
Title: Lookup Tables to Generate Poverty Likelihoods and Rates using the Poverty
Probability Index (PPI)
Version: 0.5.5.9000
Authors@R: person("Ernest", "Guevarra",
comment = c(ORCID = "0000-0002-4887-4415"),
email = "[email protected]", role = c("aut", "cre"))
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://poverty-action.org/>.
License: MIT + file LICENSE
Depends: R (>= 2.10)
Imports:
tibble,
tidyr
Suggests:
testthat (>= 3.0.0),
covr,
spelling,
stringr,
readxl
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.3.1
URL: https://github.com/katilingban/ppitables, https://katilingban.io/ppitables/
BugReports: https://github.com/katilingban/ppitables/issues
Config/testthat/edition: 3