plot.like {BAMSE}R Documentation

Plots the trace of the sampled likelihood scores

Description

plots the sampled likehoods from the mcmc run

Usage

plot.like(mcmc, burnin = 0, cum = F, ylab = "Likelihood score", main = "Sampled likelihood scores", xlab = "Iterations", by = 100, ...)

Arguments

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

Author(s)

Anders Albrechtsen


[Package BAMSE version 2.0 Index]