View source: R/process_instance.R
process_instance | R Documentation |
Process data instances, a list of multiple datasets generated via generate_instance_lfc or generate_instance_roc. This function applies evaluate to all datasets.
This function is only needed for simulation via batchtools, not relevant in interactive use!
process_instance(
instance = NULL,
contrast = "cases::define_contrast('raw', NA)",
benchmark = 0.5,
alpha = 0.05,
alternative = "greater",
adjustment = "none",
transformation = "none",
analysis = "co-primary",
regu = "c(1,1/2,1/4)",
pars = "list()",
...,
data = NULL,
job = list(id = NA)
)
instance |
(list) |
contrast |
( |
benchmark |
(numeric) |
alpha |
(numeric) |
alternative |
(character) |
adjustment |
(character) |
transformation |
(character) |
analysis |
(character) |
regu |
(numeric | logical) |
pars |
(list) |
... |
(any) |
data |
(NULL) |
job |
(NULL) |
Utilizes same arguments as evaluate unless mentioned otherwise above.
(list)
standardized evaluation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.