prep_pbar
creates and update_pbar
steps
through the progress bars (if desired) in TS
prep_pbar(control = list(), bar_type = "rho", nr = NULL) update_pbar(pbar, control = list())
control | A |
---|---|
bar_type | "rho" (for change point locations) or "eta" (for regressors). |
nr |
|
pbar | The progress bar object returned from |
prep_pbar
: the initialized progress bar object.
update_pbar
: the ticked-forward pbar
.
pb <- prep_pbar(control = list(nit = 2)); pb pb <- update_pbar(pb); pb pb <- update_pbar(pb); pb