Learn R Programming

lessSEM (version 1.5.5)

logicalMatch: logicalMatch

Description

Returns the rows for which all elements of a boolean matrix X are equal to the elements in boolean vector x

Usage

logicalMatch(X, x)

Value

numerical vector with indices of matching rows

Arguments

X

matrix with booleans

x

vector of booleans