View source: R/Jevons_aggregation.R
Jevons_aggregation | R Documentation |
The Jevons_aggregation function computes an index using the Jevons method of static aggregation. This method calculates the geometric mean, multiplied for 100.
Jevons_aggregation(data)
data |
dataframe with rows = observations and columns = quantitative variables |
It returns a dataframe with rows = observations and column = composite indicator
Massoli, P., Mazziotta, M., Pareto, A., Rinaldelli, C. (2013). Synthesis Methodologies and Spatial Analysis. Composite indices for BES,DAYS OF RESEARCH IN ISTAT, NOVEMBER 10-11, 2014
data("Education")
Indicator=Jevons_aggregation(Education)
print(Indicator)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.