infer_rel_skill_metric: Infer metric for pairwise comparisons
Description
Helper function to infer the metric for which pairwise comparisons shall
be made. The function simply checks the names of the available columns and
chooses the most widely used metric.
Usage
infer_rel_skill_metric(scores)
Arguments
- scores
A data.table of scores as produced by score()
.