AM_plot_mvb_cluster_frequency: Visualise the cluster frequency plot for the multivariate...

Description Usage Arguments Value

View source: R/AM_plot.R

Description

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.

Usage

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)
)

Arguments

fit

An AM_mcmc_output fit object, produced by calling AM_mcmc_fit.

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).

Value

No return value. Called for side effects.


AntMAN documentation built on July 23, 2021, 5:08 p.m.