Different plotting functions from package coda have been
made available as method to class prev
# S4 method for prev
densplot(x, exclude_fixed = TRUE, …)# S4 method for prev
traceplot(x, exclude_fixed = TRUE, …)
# S4 method for prev
autocorr.plot(x, exclude_fixed = TRUE, chain = 1, …)
An object of class prev
Should fixed parameters be excluded from plotting?
defaults to TRUE
Which chain to plot in autocorr.plot
;
defaults to 1
Other arguments to pass to the specific plot function.
signature(x = "prev")
Show density, trace, Brooks-Gelman-Rubin and autocorrelation plots.
prev-class
plot-methods
densplot
,
traceplot
,
gelman.plot
,
autocorr.plot