Description Usage Arguments Value Examples
Makes a summary table to every statistic available
1 | get_statistics_summary(sim_results, confidence = 0.95)
|
sim_results |
The data.frame generated by get_simulation_results() |
confidence |
The confidence of the CI |
a data.frame with a summary for every Statistic
1 2 3 4 | library(arena2r)
statistics_summary = get_statistics_summary(arena_results)
head(statistics_summary)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.