correlation: Correlation Between Metrics

View source: R/correlations.R

correlationR Documentation

Correlation Between Metrics

Description

Calculate the correlation between different metrics for a data.frame of scores as produced by score().

Usage

correlation(scores, metrics = NULL)

Arguments

scores

A data.table of scores as produced by score().

metrics

A character vector with the metrics to show. If set to NULL (default), all metrics present in scores will be shown

Value

A data.table with correlations for the different metrics

Examples

scores <- score(example_quantile)
correlation(scores)

scoringutils documentation built on Feb. 16, 2023, 7:30 p.m.