Learn R Programming

Indicator (version 0.1.3)

standardization_MPI: Standardization of data with Maziotta-Pareto index

Description

This is a function that standardized the data with Maziotta-Pareto index

Usage

standardization_MPI(data)

Value

It returns a dataframe of normalized data

Arguments

data

dataframe with rows = observations and columns = quantitative variables

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

Run this code
data("Education")
Standardization_MPI=standardization_MPI(Education)
print(Standardization_MPI)

Run the code above in your browser using DataLab