plot.like {BAMSE} | R Documentation |
plots the sampled likehoods from the mcmc run
plot.like(mcmc, burnin = 0, cum = F, ylab = "Likelihood score", main = "Sampled likelihood scores", xlab = "Iterations", by = 100, ...)
mcmc |
an mcmc object |
burnin |
Integer. The burnin |
cum |
display the cummulative likelihood score instead of the trace |
ylab |
y label |
xlab |
x label |
main |
title |
by |
if cum=T by is the number of dots plotted |
... |
options for the plot function |
Anders Albrechtsen