progbar | R Documentation |
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 |
Current loop index of process |
min |
Minimum loop index, usually 0 or 1 |
max |
Maximum loop index |
starttime |
Time stamp when process began, from |
update.interval |
How often to display progress |
This function provides useful progress information and estimated time until completion for long looped operations, like sampling from MCMC.
Richard McElreath
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.