Description Usage Arguments Examples
This function can be used to apply a pre-test strategy to simulation result.
1 | asm_simStrategy(simulationTable, strategies = NULL)
|
simulationTable |
asm_simulate() result table. |
strategies |
a list with quoted expression to reference on columns of asm_simulate() result table. |
1 2 3 4 | asm_simStrategy(
asm_simulate(10),
list(example = quote(ifelse(pre_W_X & pre_W_Y, post_ttest, post_wilcox)))
)[, list(pre_W_X, pre_W_Y, post_ttest, post_wilcox, strat_example)]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.