boa.randl {boa} | R Documentation |
Computes the Raftery and Lewis convergence diagnostics for the parameters in an MCMC sequence.
boa.randl(link, q, error, prob, delta)
link |
Matrix whose columns and rows contain the monitored parameters
and the MCMC iterations, respectively. The iteration numbers and parameter
names must be assigned to dimnames(link) . |
q |
Quantile to be estimated. |
error |
Desired amount of error in estimating the specified quantile 'q'. |
prob |
Probability of attaining the desired degree of error - 'error'. |
delta |
Delta value used in computing the convergence diagnostics. |
A matrix whose columns and rows are the Raftery and Lewis convergence diagnostics (i.e. thin, burn-in, total, lower bound, and dependence factor) and the monitored parameters, respectively.
Brian J. Smith, Nicky Best, Kate Cowles