Learn R Programming

Indicator (version 0.1.3)

rank_aggregation: Ranking Aggregation

Description

It's a function to apply ranking aggregation. The highest value is the first value of rank

Usage

rank_aggregation(data)

Value

It returns a dataframe with rows = observations and column = composite indicator

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")
Indicator_rank=rank_aggregation(Education)
print(Indicator_rank)

Run the code above in your browser using DataLab