Perform LCMCR sampling with a monitor function
lcmcrSample(object, burnin = 10000, samples = 1000, thinning = 10,
clear_buffer = FALSE, output = TRUE, nMonitorBreaks = 100,
monitorFunc = function(subs, tot) { })the samples
MCMC burn in
number of samples
MCMC thinning
buffer clear buffer of object
output progress
number of times to call the monitor function
A function called nMonitorBreaks times taking the number of samples to be taken, and the total samples
An edited version of lcmCR_PostSampl