Package: MPI 0.1.0
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.
Authors:
MPI_0.1.0.tar.gz
MPI_0.1.0.zip(r-4.5)MPI_0.1.0.zip(r-4.4)MPI_0.1.0.zip(r-4.3)
MPI_0.1.0.tgz(r-4.4-any)MPI_0.1.0.tgz(r-4.3-any)
MPI_0.1.0.tar.gz(r-4.5-noble)MPI_0.1.0.tar.gz(r-4.4-noble)
MPI_0.1.0.tgz(r-4.4-emscripten)MPI_0.1.0.tgz(r-4.3-emscripten)
MPI.pdf |MPI.html✨
MPI/json (API)
NEWS
# Install 'MPI' in R: |
install.packages('MPI', repos = c('https://faiarte.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/9pointeight/mpi/issues
- examplePovertydf - A simulation poverty data frame
Last updated 3 years agofrom:a0b585b3a5. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win | OK | Nov 06 2024 |
R-4.5-linux | OK | Nov 06 2024 |
R-4.4-win | OK | Nov 06 2024 |
R-4.4-mac | OK | Nov 06 2024 |
R-4.3-win | OK | Nov 06 2024 |
R-4.3-mac | OK | Nov 06 2024 |
Dependencies:clicodetoolscpp11doParalleldplyrfansiforeachgenericsglueiteratorslifecyclemagrittrpillarpkgconfigpurrrR6rlangstringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Alkire-Foster (AF) method in parallel mode | AF_Par |
Alkire-Foster (AF) method in sequential mode | AF_Seq |
A simulation poverty data frame | examplePovertydf |