multiple_mab_simulation() ResultsPlots distribution of AIPW estimates over trials for plot.multiple.mab() or the distribution of the number of observations assigned to each treatment arm.
plot_hist(x, quantity, params)Minimal ggplot object, that can be customized and added to with + (to change scales, labels, legend, theme, etc.).
A multiple.mab class object created by multiple_mab_simulation().
The quantities to plot when type = "hist", accepts either 'estimate' to plot the distributuons of the AIPW estimates, or
'assignment' to plot the distributions of the number of observations assigned to each treatment across the repeated trials.
The dynamic dots (...) from plot.multiple.mab() should be a named list containing two elements, geom and facet containing arguments for
ggplot2::geom_histogram() and ggplot2::facet_grid() respectively.