Construct caterpillar plots for key (or selected) parameters in a dalmatian object.
# S3 method for dalmatian
caterpillar(
object,
family = NULL,
nstart = start(object$coda),
nend = end(object$coda),
nthin = thin(object$coda),
show = TRUE,
return_plots = TRUE,
...
)
Object of class dalmatian
created by dalmatian()
.
String defining selected family of variables (see help for ggs()
).
Start point for computing summary statistics (relative to true start of chain).
End point for computing summary statistics (relative to true start of chain).
Thinning factor for computing summary statsitics (relative to full chain and not previously thinned output).
If TRUE then plots are displayed on the computer screen and the session is paused between each plot.
If TRUE then a named list of ggplot objects containing the plots will be returned as output.
Ignored
A list of ggplot
objects that can be used to later reproduce the plots via print
.