Nothing
mpindex
offers a set of easy-to-use functions for computing Multidimensional Poverty Index (MPI) using the Alkire-Foster (AF) counting method developed by Sabina Alkire and James Foster. Learn more in vignette("mpindex")
and ?compute_mpi
.
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)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.