plot_confint {arena2r} | R Documentation |
Plots the confidence interval for a response variable, across different simulated scenarios.
plot_confint(sim_results, response_variable)
sim_results |
The data.frame generated by get_simulation_results() |
response_variable |
A character string indicating the Statistic to be plotted. |
a confidence interval plot using ggplot2.
library(arena2r)
plot_confint(arena_results, "Entity 1.WaitTime")