mcmc.diag {BAMSE}R Documentation

function to perform convergence diagnostic

Description

This function will perform convergence diagnostic using the coda packages implimentation of Gelman and Rubins methods.

Usage

mcmc.diag(mcmc1, mcmc2, burnin = 50000)

Arguments

mcmc1 mcmc object 1
mcmc2 mcmc object 2
burnin the number of iteration to be discarted

Details

~~ If necessary, more details than the description above ~~

See Also

coda, gelman.plot and gelman.diag

Examples

#mcmcdiag(mcmc1,mcmc2,burnin=10000)

[Package BAMSE version 2.0 Index]