Plots the diagnostic plots of the posterior distribution.
plot_gibbs_output(
path = NULL,
draws,
parName,
burnin,
mu = NULL,
prec = NULL,
shape = NULL,
scale = NULL,
shape1 = NULL,
shape2 = NULL,
ub = NULL,
lb = NULL,
prefix = NULL,
device,
width,
height
)
An optional file path. If specified, the plots will be saved using the format
in device
under the given path.
the number of draws.
the name of the parameter.
length of thw burnin phase.
mean for normal distribution
precision for normal distribution
shape for Gamma distribution
scale for Gamma distribution
shape1 for Beta distribution
shape2 for Beta distribution
upper bound
lower bound
An optional character string to be added to the names of the plots in case
path
is specified.
Device passed on to ggplot
for plot saving. Options are
"eps", "ps", "tex"
(pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg"
or "wmf"
.
The plot width in case of printing.
The plot height in case of printing.