Learn R Programming

Indicator (version 0.1.3)

rank_normalisation: Rank normalization

Description

It's a function that normalize by ranking method. Create the matrix of ranking for different columns, the rank is the high value is the first

Usage

rank_normalisation(data)

Value

It returns a datafame of normalized data

Arguments

data

dataframe with rows = observations and columns = quantiative variables

References

OECD/European Union/EC-JRC (2008), Handbook on Constructing Composite Indicators: Methodology and User Guide, OECD Publishing, Paris, <https://doi.org/10.1787/9789264043466-en>

Examples

Run this code

data("Education")
Normalized_rank=rank_normalisation(Education)
print(Normalized_rank)

Run the code above in your browser using DataLab