x: A matrix of regressor variables. Must have the same number of rows as the length of y.
threshold: The value of the threshold that the cumulative group sum must not cross OR the threshold that each group sum must pass (when the argument cuwhatpassed is set to TRUE).
cutwhenpassed: A boolean. Should the threshold be the upper limit of the group sum (the default) or the value that each group sum needs to pass (when set to TRUE).
maxgroupsize: An integer that defines the maximum number of elements in each group. NAs count as part of each group but do not add to the group sum. NULL (the default) corresponds to no group size limits.
Returns
An integer vector giving the group indices
Details
Missing values (NA, Inf, NaN) are completely disregarded and pairwise complete cases are used f