get_statistics_summary: Get Statistics Summary

Description Usage Arguments Value Examples

Description

Makes a summary table to every statistic available

Usage

1
get_statistics_summary(sim_results, confidence = 0.95)

Arguments

sim_results

The data.frame generated by get_simulation_results()

confidence

The confidence of the CI

Value

a data.frame with a summary for every Statistic

Examples

1
2
3
4
library(arena2r)

statistics_summary = get_statistics_summary(arena_results)
head(statistics_summary)

pedroliman/arena2r documentation built on May 9, 2019, 5:57 a.m.