Probability Density Function Plot for the Parameter Posteriors
Displays a plot of the density estimate for the posterior distribution of
the parameters mu
, phi
, sigma
(and potentially
nu
or rho
), computed by the density
function.
paradensplot( x, showobs = TRUE, showprior = TRUE, showxlab = TRUE, mar = c(1.9, 1.9, 1.9, 0.5), mgp = c(2, 0.6, 0), simobj = NULL, ... )
x |
|
showobs |
logical value, indicating whether the observations should be
displayed along the x-axis. If many draws have been obtained, the default
( |
showprior |
logical value, indicating whether the prior distribution
should be displayed. The default value is |
showxlab |
logical value, indicating whether the x-axis should be
labelled with the number of iterations and the bandwith obtained from
|
mar |
numerical vector of length 4, indicating the plot margins. See
|
mgp |
numerical vector of length 3, indicating the axis and label
positions. See |
simobj |
object of class |
... |
further arguments are passed on to the invoked |
paradensplot
is modeled after densplot
in the
coda
package, with some modifications for parameters that have
(half-)bounded support.
Called for its side effects. Returns argument x
invisibly.
You can call this function directly, but it is more commonly called by
the plot.svdraws
method.
Other plotting:
paratraceplot.svdraws()
,
paratraceplot()
,
plot.svdraws()
,
plot.svpredict()
,
volplot()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.