View source: R/method_placeholder.R
method_placeholder | R Documentation |
This functions stands in for when we haven't completed coding the method.
method_placeholder(expert_judgements, method_name)
expert_judgements |
A data frame in the form of ratings |
method_name |
Aggregation method to place into placeholder mode |
This function expects input from preprocess_judgements and outputs for postprocess_judgements.
A tibble of confidence scores cs
for each paper_id
.
## Not run: method_placeholder(data_ratings, method_name = "TestMethod")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.