plot_confint: Confidence Interval Plot

Description Usage Arguments Value Examples

View source: R/functions.R

Description

Plots the confidence interval for a response variable, across different simulated scenarios.

Usage

1
plot_confint(sim_results, response_variable)

Arguments

sim_results

The data.frame generated by get_simulation_results()

response_variable

A character string indicating the Statistic to be plotted.

Value

a confidence interval plot using ggplot2.

Examples

1
2
3
library(arena2r)

plot_confint(arena_results, "Entity 1.WaitTime")

Example output

Warning message:
`fun.y` is deprecated. Use `fun` instead. 

arena2r documentation built on May 2, 2019, 3:47 p.m.