Provides a progress display with estimated time remaining, assuming rate constant process.
progbar(current, min = 0, max = 100, starttime,
update.interval = 100, show.rate = FALSE)
Current loop index of process
Minimum loop index, usually 0 or 1
Maximum loop index
Time stamp when process began, from Sys.time
How often to display progress
This function provides useful progress information and estimated time until completion for long looped operations, like sampling from MCMC.