patt.equal: Check if response patterns are equal

View source: R/clustMD_UtilityFunctions.R

patt.equalR 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.


clustMD documentation built on Jan. 27, 2026, 5:10 p.m.