https://github.com/ernestguevarra/ppicalc
Calculator for Determining Poverty Likelihoods Based on the Poverty Probability Index (PPI)
https://github.com/ernestguevarra/ppicalc
poverty ppi
Last synced: 12 months ago
JSON representation
Calculator for Determining Poverty Likelihoods Based on the Poverty Probability Index (PPI)
- Host: GitHub
- URL: https://github.com/ernestguevarra/ppicalc
- Owner: ernestguevarra
- License: gpl-3.0
- Created: 2018-02-15T14:54:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T20:37:17.000Z (over 6 years ago)
- Last Synced: 2025-01-29T18:13:26.352Z (over 1 year ago)
- Topics: poverty, ppi
- Language: R
- Homepage:
- Size: 19.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# ppicalc: Calculator for Determining Poverty Likelihood Based on the Poverty Probability Index (PPI)
[](http://www.repostatus.org/#wip)
[](https://CRAN.R-project.org/package=ppicalc)
[](https://github.com/ernestguevarra/ppicalc/blob/master/LICENSE.md)
[](https://CRAN.R-project.org/package=ppicalc)
[](https://travis-ci.org/ernestguevarra/ppicalc)
[](https://ci.appveyor.com/project/ernestguevarra/ppicalc)
[](https://codecov.io/gh/ernestguevarra/ppicalc)
Given `Poverty Probability Index (PPI)` scores based on the standard 10 questions on household’s characteristics and asset ownership, the likelihood that the household is living below the poverty line can be determined using this package. This package depends on country-specific lookup tables developed for the `PPI` available via the [`ppitables` package](https://github.com/ernestguevarra/ppitables).
## Installation
You can install `ppicalc` from GitHub with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ernestguevarra/ppicalc")
```
## Usage
This is a basic example which shows you how to solve a common problem:
```{r example}
## basic example code
```