1  Implementation

1.1 Software

The cases package provides the direct implementation all the multiple comparison procedures under investigation.

The simulation study was conducted with the R package batchtools.

For generation of the synthetic binary data, the bindata package was used among others.

Version control of employed dependencies is handled via the renv package.

1.2 Reproduction

The required packages can be installed/loaded via

Code
install.packages("renv")
renv::restore()

To reproduce the the simulation study two R scripts need to be executed

  • R/cases_simstudy_lfc.R,
  • R/cases_simstudy_roc.R

In particular for the first run, it is required to setup the directories in the PREPARATION section in each file, in particular the main.dir.

The simulation (problem, algorithm) parameters are specified as in the main paper.

1.3 Info

The simulation study has been conducted (originally) with the following system specification.

Code
R.Version()
$platform
[1] "x86_64-w64-mingw32"

$arch
[1] "x86_64"

$os
[1] "mingw32"

$crt
[1] "ucrt"

$system
[1] "x86_64, mingw32"

$status
[1] ""

$major
[1] "4"

$minor
[1] "2.1"

$year
[1] "2022"

$month
[1] "06"

$day
[1] "23"

$`svn rev`
[1] "82513"

$language
[1] "R"

$version.string
[1] "R version 4.2.1 (2022-06-23 ucrt)"

$nickname
[1] "Funny-Looking Kid"