powered by
Tests whether a term vector has inconsistent elements.
is.inconsistent_terms(x, ...)# S3 method for term is.inconsistent_terms(x, ...)
# S3 method for term is.inconsistent_terms(x, ...)
The object.
Unused.
A logical scalar indicating whether the object's terms are inconsistent.
term: Test whether a term vector is inconsistent
term
term-vector() and consistent_term()
term-vector()
consistent_term()
# NOT RUN { is.inconsistent_terms(as.term("b[2]")) is.inconsistent_terms(as.term(c("b[2]", "b[1]"))) is.inconsistent_terms(as.term(c("b[2]", "b[1,1]"))) # }
Run the code above in your browser using DataLab