View source: R/plotting_functs.R
plot_posterior_membership_probabilities | R Documentation |
Plots all sets of posterior membership probabilities for a given grid_row_id of a sim_res data frame.
plot_posterior_membership_probabilities(
sim_res,
grid_row_id,
valid_ids,
n_approx_01 = 50
)
sim_res |
raw result data frame outputted by simulatr |
grid_row_id |
an grid row id |
valid_ids |
character vector of valid IDs |
n_approx_01 |
location on y-axis at which to draw horizontal line |
a list of length 2: (i) a list of histogram plots, and (ii) a data frame storing summary metrics for each run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.