plot.misc {BAMSE}R Documentation

Displays the trace of the parameters from the mcmc output

Description

Displays the trace of the parameters from the mcmc output

Usage

plot.misc(mcmc_1, mcmc_2 = NULL, var = c("like", "var", "mean", "nr_r"), main = NULL, ...)

Arguments

mcmc_1 an MCMC object
mcmc_2 obtional second MCMC objects (differenct chain same data)
var The variable to display. Try names(mcmc.object$visit) to see to possible variables
main title
... options for the plot function

Author(s)

Anders Albrechtsen


[Package BAMSE version 2.0 Index]