plot.standard {BAMSE} | R Documentation |
Displays the trace of the likelihood score before and after removing the burnin, displays the posterior distribution of the number of risk sets and the posterior probabilities of the different risk set component for being part of a risk set
plot.standard(mcmc, burnin, ...)
mcmc |
An MCMC object |
burnin |
Integer. The burnin |
... |
options for the plot and barplot functions |
Anders Albrechtsen
## The function is currently defined as function(mcmc,burnin,...){ par(mfcol=c(2,2)) plot.like(mcmc,...) plot.like(mcmc,burnin,...) plot.riskset(mcmc,T,burnin,...) plot.visit(mcmc,burnin,post=T,main="Parameters visitet",ylab="posterior probabilty for being part of a riskset",...) }