logicalMatch {lessSEM} | R Documentation |
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)
Arguments
X |
matrix with booleans |
x |
vector of booleans |
Value
numerical vector with indices of matching rows
[Package lessSEM version 1.5.5 Index]