accept_progress_bar {pmwg}R Documentation

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)

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

Value

A structure matching the structure of a txtProgresBar with additional info


[Package pmwg version 0.2.7 Index]