postprocess_judgements {aggreCAT} | R Documentation |
Post-processing.
Description
Standardise the output from aggregation method's. This function is called by every aggregation method as a final step.
Usage
postprocess_judgements(method_output)
Arguments
method_output |
tibble created from one of the aggregation methods after
pre-processing' with columns for the aggregation |
Value
A tibble of confidence scores cs
for each paper_id
, corresponding
with an aggregation method
(character).
[Package aggreCAT version 1.0.0 Index]