coverage_plot_helper | R Documentation |
This function takes a list of arrays created by the function create_coverage_array and returns a data.frame ready for plotting.
coverage_plot_helper(cov_list, effect_index, dimlabels = c("ACO", "EPG"))
cov_list |
List of arrays containing the evaluations if the estimated coefficient effect of that simulation run is in the credibility bounds as given by the function create_coverage_array(). |
effect_index |
Numeric vector of the index positions of the effects to be plotted. |
dimlabels |
String vector of labels used in the data set. Defaults to labels "ACO" and "EPG". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.