View source: R/generate_instance.R
generate_instance_lfc | R Documentation |
Generates a (simulation) instance, a list of multiple datasets to be processed (analyzed) with process_instance. Ground truth parameters (Sensitvity & Specificity) are least-favorable in the sense that the type-I error rate of the subsequently applied multiple test procedures is maximized.
This function is only needed for simulation via batchtools, not relevant in interactive use!
generate_instance_lfc(
nrep = 10,
n = 100,
prev = 0.5,
random = FALSE,
m = 10,
se = 0.8,
sp = 0.8,
L = 1,
rhose = 0,
rhosp = 0,
cortype = "equi",
...,
data = NULL,
job = NULL
)
nrep |
(numeric) |
n |
(numeric) |
prev |
(numeric) |
random |
(logical) |
m |
(numeric) |
se |
(numeric) |
sp |
(numeric) |
L |
(numeric) |
rhose |
(numeric) |
rhosp |
(numeric) |
cortype |
(character) |
... |
(any) |
data |
(NULL) |
job |
(NULL) |
Utilizes same arguments as draw_data_lfc unless mentioned otherwise above.
(list)
a single (LFC) simulation instance of length nrep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.