powered by
Calculate the correlation between different metrics for a data.frame of scores as produced by score().
score()
correlation(scores, metrics = NULL)
A data.table with correlations for the different metrics
A data.table of scores as produced by score().
A character vector with the metrics to show. If set to NULL (default), all metrics present in scores will be shown
NULL
scores
scores <- score(example_quantile) correlation(scores)
Run the code above in your browser using DataLab