
control an MCMC loop with this iterator
mcmcLoop(N, burnin, thin, trim = TRUE, progressor = mcmcProgressPrint)
number of iterations
length of burn-in
frequency of thinning
whether to cut off iterations after the last retained iteration
a function that returns a progress object