View source: R/weight_varIndivInterval.R
weight_varIndivInterval | R Documentation |
Calculates weights based on the variability of interval widths within individuals.
weight_varIndivInterval(expert_judgements)
expert_judgements |
A dataframe in the form of data_ratings |
This function is used inside IntervalWAgg for aggregation types "VarIndIntWAgg"
and "KitchSinkWAgg"
. It calculates the difference between individual's upper and
lower estimates, then calculates the variance in this interval across each individual's
claim assessments.
\loadmathjax
\mjdeqnw\_varIndivInterval_i = var{(U_i,d-L_i,d):c=1,...,C}ascii
A tibble in the form of the input expert_judgements
argument with additional columns
supplying the calculated weight for each row's observation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.