Description Usage Arguments Examples
This function can be used to aggregate a simulation result of the asm_simulate function.
1 2 3 4 5 | asm_reportSim(
simResult,
digits = 4,
report = c("result", "cross", "description")
)
|
simResult |
simulation result of asm_simulate function. |
digits |
integer indicating the number of decimal places for rounding the results. |
report |
which aggregations should be reported. "result" gives aggregation for all pre- and post-tests and strategies. "cross" gives a cross tabulation for all tests. "description" gives aggregation for all descritpive parameters. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.