Code
install.packages("renv")
::restore() renv
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.
The required packages can be installed/loaded via
install.packages("renv")
::restore() renv
To reproduce the the simulation study two R scripts need to be executed
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.
The simulation study has been conducted (originally) with the following system specification.
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"