MPI: Computation of Multidimensional Poverty Index (MPI)

Computing package for Multidimensional Poverty Index (MPI) using Alkire-Foster method. Given N individuals, each person has D indicators of deprivation, the package compute MPI value to represent the degree of poverty in a population. The inputs are 1) an N by D matrix, which has the element (i,j) represents whether an individual i is deprived in an indicator j (1 is deprived and 0 is not deprived), and 2) the deprivation threshold. The main output is the MPI value, which has the range between zero and one. MPI value is approaching one if almost all people are deprived in all indicators, and it is approaching zero if almost no people are deprived in any indicator. Please see Alkire S., Chatterjee, M., Conconi, A., Seth, S. and Ana Vaz (2014) <doi:10.35648/20.500.12413/11781/ii039> for The Alkire-Foster methodology.

Version: 0.1.0
Depends: R (≥ 3.5.0)
Imports: dplyr, tidyr, utils, doParallel, foreach, purrr
Suggests: knitr, rmarkdown, markdown, kableExtra
Published: 2022-04-05
Author: Kittiya Kukiattikun [aut, cre], Chainarong Chainarong [aut]
Maintainer: Kittiya Kukiattikun <kittiya.contact at gmail.com>
BugReports: https://github.com/9POINTEIGHT/MPI/issues
License: MIT + file LICENSE
URL: https://github.com/9POINTEIGHT/MPI
NeedsCompilation: no
Materials: README NEWS
CRAN checks: MPI results

Documentation:

Reference manual: MPI.pdf
Vignettes: MPI_demo

Downloads:

Package source: MPI_0.1.0.tar.gz
Windows binaries: r-prerel: MPI_0.1.0.zip, r-release: MPI_0.1.0.zip, r-oldrel: MPI_0.1.0.zip
macOS binaries: r-prerel (arm64): MPI_0.1.0.tgz, r-release (arm64): MPI_0.1.0.tgz, r-oldrel (arm64): MPI_0.1.0.tgz, r-prerel (x86_64): MPI_0.1.0.tgz, r-release (x86_64): MPI_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=MPI to link to this page.