patt.equal {clustMD}R Documentation

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.

Note

Used internally in clustMD function.


[Package clustMD version 1.2.1 Index]