significanceMap.ranked.list: Creates significance maps

View source: R/significanceMap.R

significanceMap.ranked.listR Documentation

Creates significance maps

Description

Creates significance maps from a ranked assessment data set.

Usage

## S3 method for class 'ranked.list'
significanceMap(
  object,
  alpha = 0.05,
  p.adjust.method = "holm",
  order = FALSE,
  size.rank = 0.3 * theme_get()$text$size,
  ...
)

Arguments

object

The ranked assessment data set.

alpha

A numeric values specifying the significance level.

p.adjust.method

A string specifying the adjustment method for multiple testing, see stats::p.adjust().

...

Further arguments passed to or from other functions.

See Also

browseVignettes("challengeR")

Other functions to visualize ranking stability: methodsplot.challenge(), stabilityByTask.bootstrap.list(), violin.bootstrap.list()


wiesenfa/challengeR documentation built on Aug. 25, 2023, 6:43 a.m.