A fit knows its simulation budget, so its line reports a drop rate;
sbc() and tarp() only know how many further trials were lost mid-run,
so leaving total at NULL switches to that shorter wording.
Usage
cat_dropped(n_dropped, total = NULL, what)
Arguments
- n_dropped
Number dropped. Nothing is printed when this is NULL
or 0.
- total
Simulations attempted (dropped plus kept), or NULL for the
diagnostics wording, which has no rate to report.
- what
What was dropped, e.g. "non-finite output".