Rdocumentation
powered by
Learn R Programming
clustMD (version 1.2.1)
patt.equal: Check if response patterns are equal
Description
Checks whether response patterns are equal or not and returns
TRUE
or
FALSE
reprectively.
Usage
patt.equal(x, patt)
Arguments
x
a numeric vector.
patt
a vector to compare
x
to.
Value
Returns
TRUE
if
x
and
patt
are exactly the same and
FALSE
otherwise.