Learn R Programming

pmwg (version 0.2.7)

accept_progress_bar: An altered version of the utils:txtProgressBar that shows acceptance rate

Description

The progress bar displays several elements, the progress visually as a bar being filled and the percentage complete as per the standard utils::txtProgressBar and additionally the average across subjects of the rate of accepting newly generated particles.

Usage

accept_progress_bar(min = 0, max = 1)

Value

A structure matching the structure of a txtProgresBar with additional info

Arguments

min

The minimum of the value being updated for the progress bar

max

The maximum of the value being updated for the progress bar