is_linear {errorlocate} | R Documentation |
Check which rules are linear rules.
is_linear(x, ...)
x |
|
... |
not used |
logical
indicating which rules are (purely) linear.
errorlocate
supports linear,
categorical and conditional rules to be used in finding errors. Other rule types
are ignored during error finding.
Other rule type:
is_categorical()
,
is_conditional()