plot.standard {BAMSE}R Documentation

Displays the main result of the BAMSE method

Description

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

Usage

plot.standard(mcmc, burnin, ...)

Arguments

mcmc An MCMC object
burnin Integer. The burnin
... options for the plot and barplot functions

Author(s)

Anders Albrechtsen

Examples

## 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",...)
  }

[Package BAMSE version 2.0 Index]