mcmc.diag {BAMSE} | R Documentation |
This function will perform convergence diagnostic using the coda packages implimentation of Gelman and Rubins methods.
mcmc.diag(mcmc1, mcmc2, burnin = 50000)
mcmc1 |
mcmc object 1 |
mcmc2 |
mcmc object 2 |
burnin |
the number of iteration to be discarted |
~~ If necessary, more details than the description above ~~
coda, gelman.plot and gelman.diag
#mcmcdiag(mcmc1,mcmc2,burnin=10000)