boa.print.randl {boa} | R Documentation |
Iteratively calls boa.randl() to display the Raftery and Lewis convergence diagnostics for the parameters in each of the MCMC sequences in the working session list of sequences.
boa.print.randl(q = boa.par("randl.q"), error = boa.par("randl.error"),
prob = 1 - boa.par("alpha"), delta = boa.par("randl.delta"))
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'. |
delta |
Delta value used in computing the convergence diagnostic. |
Brian J. Smith