asm_reportSim: Describe simulation result

Description Usage Arguments Examples

View source: R/asm_report.R

Description

This function can be used to aggregate a simulation result of the asm_simulate function.

Usage

1
2
3
4
5
asm_reportSim(
  simResult,
  digits = 4,
  report = c("result", "cross", "description")
)

Arguments

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.

Examples

1

animalSymbolicum/assumptions documentation built on Dec. 19, 2021, 3:37 a.m.