method_placeholder {aggreCAT} | R 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")
[Package aggreCAT version 1.0.0 Index]