Learn R Programming

Indicator (version 0.1.3)

Jevons_aggregation: Jevons static aggregation

Description

The Jevons_aggregation function computes an index using the Jevons method of static aggregation. This method calculates the geometric mean, multiplied for 100.

Usage

Jevons_aggregation(data)

Value

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

Arguments

data

dataframe with rows = observations and columns = quantitative variables

References

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

Examples

Run this code

data("Education")
Indicator=Jevons_aggregation(Education)
print(Indicator)

Run the code above in your browser using DataLab