Calculates the "effective weight" of each indicator and aggregate at the index level. The effective weight is calculated
as the final weight of each component in the index, and this is due to not just to its own weight, but also to the weights of
each aggregation that it is involved in, plus the number of indicators/aggregates in each group. The effective weight
is one way of understanding the final contribution of each indicator to the index. See also vignette("weights").
Usage
get_eff_weights(coin, out2 = "df")
Value
Either an iMeta data frame with effective weights as an added column, or an updated coin with effective
weights added to .$Meta$Ind.
Arguments
coin
A coin class object
out2
Either "coin" or "df"
Details
This function replaces the now-defunct effectiveWeight() from COINr < v1.0.