standardization_MPI {Indicator} | R Documentation |
Standardization of data with Maziotta-Pareto index
Description
This is a function that standardized the data with Maziotta-Pareto index
Usage
standardization_MPI(data)
Arguments
data |
dataframe with rows = observations and columns = quantitative variables |
Value
It returns a dataframe of normalized data
References
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
Examples
data("Education")
Standardization_MPI=standardization_MPI(Education)
print(Standardization_MPI)
[Package Indicator version 0.1.2 Index]