View source: R/rank_aggregation.R
rank_aggregation | R Documentation |
It's a function to apply ranking aggregation. The highest value is the first value of rank
rank_aggregation(data)
data |
dataframe with rows = observations and columns = quantiative variables |
It returns a dataframe with rows = observations and column = composite indicator
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")
Indicator_rank=rank_aggregation(Education)
print(Indicator_rank)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.