method_placeholder: Placeholder function with TA2 output

View source: R/method_placeholder.R

method_placeholderR Documentation

Placeholder function with TA2 output

Description

This functions stands in for when we haven't completed coding the method.

Usage

method_placeholder(expert_judgements, method_name)

Arguments

expert_judgements

A data frame in the form of ratings

method_name

Aggregation method to place into placeholder mode

Details

This function expects input from preprocess_judgements and outputs for postprocess_judgements.

Value

A tibble of confidence scores cs for each paper_id.

Examples

## Not run: method_placeholder(data_ratings, method_name = "TestMethod")


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