weight_nIndivInterval: Weighting method: Individually scaled interval widths

View source: R/weight_nIndivInterval.R

weight_nIndivIntervalR Documentation

Weighting method: Individually scaled interval widths

Description

Weighted by the rescaled interval width within individuals across claims.

Usage

weight_nIndivInterval(expert_judgements)

Arguments

expert_judgements

A dataframe in the form of data_ratings

Details

\loadmathjax

This function is used inside IntervalWAgg for aggregation types "IndIntWAgg", "IndIntAsymWAgg" and "KitchSinkWAgg". Interval width weights are rescaled relative to an individuals interval widths across all claims.

\mjdeqn

w\_nIndivInterval_i,c = \frac1\fracU_i,c-L_i,c\max\left({(U_i,d-L_i,d):d=1,...,C}\right)ascii

Value

A tibble in the form of the input expert_judgements argument with additional columns supplying the calculated weight for each row's observation.


aggreCAT documentation built on June 8, 2025, 11:06 a.m.