c212.print.convergence.summary {c212} | R Documentation |
The function prints the maximum and minimum values of either Gelman-Rubin diagnostic or the Geweke diagnostic for each group of samples, e.g. theta, gamma, mu.gamma etc.
c212.print.convergence.summary(conv)
conv |
The output from a call to c212.check.convergence. |
Nothing
The Geweke statistic is a Z-score calculated from a single chain. Due to the large number of variables sampled it is possible that a certain number will be deemed significant (at the 5% level) even though the simulation may have converged.
R. Carragher
## Not run: data(c212.trial.data) raw = c212.BB(c212.trial.data) conv = c212.check.convergence(rm) c212.print.convergence.summary(conv) ## End(Not run)