weight_reason2: Weighting method: Total number and diversity of judgement...

View source: R/weight_reason2.R

weight_reason2R Documentation

Weighting method: Total number and diversity of judgement reasons

Description

This function is used by ReasoningWAgg to calculate weights for the aggregation type "ReasonWAgg2". Weights are based on the number and diversity of reasoning methods used by the participant to support their judgement.

Usage

weight_reason2(expert_reasons)

Arguments

expert_reasons

A dataframe in the form of data_supp_reasons

Details

\loadmathjax

An individual's weight is a product of the number of reasons given in support of their judgement and the diversity of these reasons. \mjdeqnw\_varReason_i,c =\sum_r=1^R \mathbfCR_i(c,r) \cdot (1 - \frac\sum_c=1^C \mathbfCR_i(c,r)C)ascii

Value

A tibble of three columns paper_id, user_name, and reason_count


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