permutation_test {scoringutils}R Documentation

Simple permutation test

Description

#' 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")
)

Value

p-value of the permutation test


[Package scoringutils version 1.2.2 Index]