mcmcProcess {nclbayes} | R Documentation |
Function chops off burnin iterations and then thins the output by taking every thin iterates.
mcmcProcess(input, burnin = 1000, thin = 1)
input |
matrix containing MCMC realisations. |
burnin |
number of initial iterations to delete. |
thin |
level of thinning. |