Create a container for interpretation rules of thumb. Usually used in conjunction with interpret.
Usage
rules(values, labels = NULL, name = NULL)
is.rules(x)
Arguments
values
Vector of reference values (edges defining categories or
critical values).
labels
Labels associated with each category. If NULL, will try to
infer it from values (if it is a named vector or a list), otherwise, will
return the breakpoints.
name
Name of the set of rules (stored as a 'rule_name' attribute).