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

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.

Examples

if (FALSE) method_placeholder(data_ratings, method_name = "TestMethod")