Given an AM_mcmc_output
object, and the data the model was fit on, this function will produce a cluster frequency plot for the multivariate bernoulli model.
AM_plot_mvb_cluster_frequency(
fit,
y,
x_lim_param = c(0.8, 7.2),
y_lim_param = c(0, 1)
)
An AM_mcmc_output
fit object, produced by calling AM_mcmc_fit
.
A matrix containing the y observations which produced fit.
A vector with two elements describing the plot's x_axis scale, e.g. c(0.8, 7.2).
A vector with two elements describing the plot's y_axis scale, e.g. c(0, 1).
No return value. Called for side effects.