weight_reason {aggreCAT} | R Documentation |
Weighting method: Total number of judgement reasons
Description
This function is used by ReasoningWAgg to calculate weights for the aggregation
type "ReasonWAgg"
. Calculates weights based on the number of judgement reasoning
methods used by an individual
Usage
weight_reason(expert_reasons)
Arguments
expert_reasons |
A dataframe in the form of data_supp_reasons |
Details
Individuals' weight is equal to the maximum number of judgement reasons given
Value
A tibble of three columns paper_id
, user_name
, and reason_count
[Package aggreCAT version 1.0.0 Index]