View source: R/weight_reason2.R
weight_reason2 | R Documentation |
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.
weight_reason2(expert_reasons)
expert_reasons |
A dataframe in the form of data_supp_reasons |
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
A tibble of three columns paper_id
, user_name
, and reason_count
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.