#' The implementation of the permutation test follows the
function
permutationTest
from the surveillance
package by Michael Höhle,
Andrea Riebler and Michaela Paul.
Usage
permutation_test(
scores1,
scores2,
n_permutation = 999,
one_sided = FALSE,
comparison_mode = c("difference", "ratio")
)