The function visualize the results of the exploratory analysis analysis_exploratory.

plot_exploratory(
  success_rates_theoretical_prop,
  success_rates_empirical_prop,
  possible_success_rates
)

Arguments

success_rates_theoretical_prop

numeric vector, output of the analysis_exploratory function

success_rates_empirical_prop

numeric vector, output of the analysis_exploratory function

possible_success_rates

numeric vector, output of the analysis_exploratory function

Value

The function returns a ggplot object.

See also

Other plotting functions: plot_confirmatory(), plot_robustness()