under_threshold {partition} | R Documentation |
Compare metric to threshold
Description
under_threshold()
and above_threshold()
check relative location of the
metric. metric_within_tolerance()
uses is_within()
to check if the metric
is within in the range of the threshold plus/minus the tolerance.
Usage
under_threshold(.partition_step)
above_threshold(.partition_step)
is_within(.x, .y, .e)
metric_within_tolerance(.partition_step)
Arguments
.partition_step |
a |
Value
logical, TRUE
or FALSE
[Package partition version 0.2.1 Index]