Description Usage Arguments Value
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.
1 2 3 4 5 6 | AM_plot_mvb_cluster_frequency(
fit,
y,
x_lim_param = c(0.8, 7.2),
y_lim_param = c(0, 1)
)
|
fit |
An |
y |
A matrix containing the y observations which produced fit. |
x_lim_param |
A vector with two elements describing the plot's x_axis scale, e.g. c(0.8, 7.2). |
y_lim_param |
A vector with two elements describing the plot's y_axis scale, e.g. c(0, 1). |
No return value. Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.