plot_gibbs_output | R Documentation |
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
)
path |
An optional file path. If specified, the plots will be saved using the format
in |
draws |
the number of draws. |
parName |
the name of the parameter. |
burnin |
length of thw burnin phase. |
mu |
mean for normal distribution |
prec |
precision for normal distribution |
shape |
shape for Gamma distribution |
scale |
scale for Gamma distribution |
shape1 |
shape1 for Beta distribution |
shape2 |
shape2 for Beta distribution |
ub |
upper bound |
lb |
lower bound |
prefix |
An optional character string to be added to the names of the plots in case
|
device |
Device passed on to |
width |
The plot width in case of printing. |
height |
The plot height in case of printing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.