plot.riskset {BAMSE} | R Documentation |
displays the posterior distribution of the number of risk set
plot.riskset(mcmc, post = T, burnin = 0, col = "white", main = "Posterior distribution for the number of risk sets", ylab = "Frequency", xlab = "Number of risk sets", ...)
mcmc |
An MCMC object |
post |
logical. If TRUE the posterior distribution is shown if FALSE the frequency of the sampled number of risk sets |
burnin |
integer. The burnin |
col |
color |
main |
title |
ylab |
ylab |
xlab |
xlab |
... |
options for the barplot function |
Anders Albrechtsen