View source: R/isObviouslyInfeasible.R
| isObviouslyInfeasible | R Documentation |
Obvious contradictions are edits of the form 1 < 0, or categorical
edits defining that a record fails for any value combination If
this function evaluates to TRUE, the set of edits is guaranteed
infeasible. If it evaluates to FALSE this does not garuantee feasibility.
See isFeasible for a complete test.
isObviouslyInfeasible(E, ...)
## S3 method for class 'editmatrix'
isObviouslyInfeasible(E, tol = sqrt(.Machine$double.eps), ...)
## S3 method for class 'editarray'
isObviouslyInfeasible(E, ...)
## S3 method for class 'editset'
isObviouslyInfeasible(E, ...)
## S3 method for class 'editlist'
isObviouslyInfeasible(E, ...)
## S3 method for class 'editenv'
isObviouslyInfeasible(E, ...)
E |
An |
... |
Arguments to be passed to or from other methods. |
tol |
Tolerance for checking against zero. |
A logical for objects of class editset, editarray or editmatrix.
A logical vector in the case of an editlist or editset.
isObviouslyRedundant, isFeasible
eliminate editmatrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.