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.
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
)
a list, a single (LFC) simulation instance
integer, number of instances
integer, total sample size
numeric, disease prevalence
logical, fixed prevalence (FALSE) or simple random sampling (TRUE)
integer, number of candidates
numeric
numeric
numeric
numeric
numeric
character, "equi" or "ak1"
further arguments
ignored (for batchtools compatibility)
ignored (for batchtools compatibility)
Utilizes same arguments as draw_data_lfc unless mentioned above.