Diagnostic plots for gMAP analyses
# S3 method for gMAP
plot(x, size = NULL, ...)
The function returns a list of ggplot2::ggplot()
objects.
gMAP()
object
Controls line sizes of traceplots and forest plot.
Ignored.
The returned plot is a ggplot2 object. Please refer to the
"Customizing Plots" vignette which is part of RBesT
documentation for an introduction. For simple modifications (change
labels, add reference lines, ...) consider the commands found in
bayesplot-helpers
. For more advanced
customizations please use the ggplot2 package directly. A
description of the most common tasks can be found in the
R Cookbook and a full
reference of available commands can be found at the
ggplot2 documentation
site.
Creates MCMC diagnostics and a forest plot (including
model estimates) for a gMAP()
analysis. For a
customized forest plot, please use the dedicated function
forest_plot()
.