AM_plot_values: Plot posterior interval estimates obtained from MCMC draws

Description Usage Arguments Value

View source: R/AM_plot.R

Description

Given an object of class AM_mcmc_fit, AM_plot_values visualises the interval estimates of the specified variables involved in the MCMC inference. AM_plot_values is built upon bayesplot's mcmc_intervals \insertCitebayesplotAntMAN.

Usage

1
AM_plot_values(x, tags = NULL, title = "MCMC Results")

Arguments

x

An AM_mcmc_output fit object, produced by calling AM_mcmc_fit.

tags

A list of variables to consider. This function only produces meaningful plots for variables that have fixed dimension across the draws. If not specified, plots pertaining to M and K will be produced.

title

Title for the plot.

Value

No return value. Called for side effects.


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