patt.equal: Check if response patterns are equal

Description Usage Arguments Value Note

View source: R/clustMD_UtilityFunctions.R

Description

Checks whether response patterns are equal or not and returns TRUE or FALSE reprectively.

Usage

1
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.


clustMD documentation built on May 2, 2019, 2:09 a.m.