View source: R/standardization_MPI.R
standardization_MPI | R Documentation |
This is a function that standardized the data with Maziotta-Pareto index
standardization_MPI(data)
data |
dataframe with rows = observations and columns = quantitative variables |
It returns a dataframe of normalized data
De Muro P., Mazziotta M., Pareto A. (2011), "Composite Indices of Development and Poverty: An Application to MDGs", Social Indicators Research, Volume 104, Number 1, pp. 1-18
data("Education")
Standardization_MPI=standardization_MPI(Education)
print(Standardization_MPI)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.