patt.equal {clustMD} | R Documentation |
Checks whether response patterns are equal or not and returns TRUE
or FALSE
reprectively.
patt.equal(x, patt)
x |
a numeric vector. |
patt |
a vector to compare |
Returns TRUE
if x
and patt
are exactly the same
and FALSE
otherwise.
Used internally in clustMD function.