batch_cols: Batch columns by pattern of missing values
Description
Identify batches of columns of a matrix that have the same pattern
of missing values.
Usage
batch_cols(mat, max_batch = NULL)
Value
A list containing the batches, each with two components:
cols containing numeric indices of the columns in the
corresponding batch, and omit containing a vector of row indices
that have missing values in this batch.