View source: R/rank_normalisation.R
rank_normalisation | R Documentation |
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
rank_normalisation(data)
data |
dataframe with rows = observations and columns = quantiative variables |
It returns a datafame of normalized data
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>
data("Education")
Normalized_rank=rank_normalisation(Education)
print(Normalized_rank)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.