The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Estimate Multidimensional Poverty Index (MPI) measures from household survey microdata using the Alkire-Foster dual-cutoff counting method. Load your indicator specification from a CSV, Excel, JSON, or plain-text file; compute the headcount ratio (H), intensity (A), and MPI = H × A; disaggregate by any subgroup; and export results to a formatted Excel report. Complex survey designs — stratification, clustering, and probability weights — are supported out of the box, with optional design-based standard errors and confidence intervals.
Learn more in vignette("mpindex") and
?compute_mpi.
Upgrading from 0.2.x? See the migration guide for a full list of breaking changes and before/after examples.
To install the mpindex package from CRAN:
install.packages('mpindex')If you want to get the latest development version of
mpindex, install it from GitHub. Note that you may need to
install devtools.
# install.packages("devtools")
devtools::install_github('yng-me/mpindex')Load the package once you have successfully completed the installation.
library(mpindex)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.