For the vectorized version of BRISE, computes the within-pattern rank sums for both samples across all pattern pairs. Returns a concatenated vector of (Ux_ab, Uy_ab) for all blocks (a, b) with a>b.
BRISE_v.stat(R, sample1ID, sample2ID, ptn_list)Numeric vector containing the sums of R entries within X and Y, for each pattern pair.
Numeric symmetric rank matrix (N × N).
Integer vector. Indices of observations in X.
Integer vector. Indices of observations in Y.
List of integer vectors that indexes observations sharing the same missing pattern.