plot.visit {BAMSE} | R Documentation |
Displays the posterior probabilities for a risk set cpmponent being part of a risk set
plot.visit(mcmc, burnin = 0, min.in.riskset = 1, main = NULL, col = "white", names.arg = mcmc$parameter.names, cex.main = 1, post = F, ...)
mcmc |
An MCMC object |
burnin |
Integer. The burnin |
min.in.riskset |
The minimum number of individuals in a risk set |
post |
logical. If FALSE the number of visits per iteration divided by the number of interations are displayed. If TRUE the posterior probabilities for a risk set cpmponent being part of a risk set are displayed |
main |
title |
col |
color |
names.arg |
the names for each component |
cex.main |
the font size of the names |
... |
bla bla |
Anders Albrechtsen