.check_statistic_args {epichains} | R Documentation |
statistic
and stat_threshold
arguments are validThe function treats these two arguments as related and checks them in one place to remove repeated checks in several places in the package.
.check_statistic_args(statistic, stat_threshold)
statistic |
The chain statistic to track as the
stopping criteria for each chain being simulated when
|
stat_threshold |
A stopping criterion for individual chain simulations;
a positive number coercible to integer. When any chain's cumulative statistic
reaches or surpasses |
NULL; called for side effects