Learn R Programming

clustMD (version 1.2.2)

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)

Value

Returns TRUE if x and patt are exactly the same and FALSE otherwise.

Arguments

x

a numeric vector.

patt

a vector to compare x to.