Different masks (columns of a logical matrix) are applied to the same input vector,
and outliers in each resulting subvector are marked with FALSE in the mask.
Usage
excludeOutliersByMask(x, mask, sdlim = 3)
Value
An updated mask.
Arguments
x
Vector to exclude outliers from.
mask
A logical matrix determining which data points to include and which not to.
sdlim
Standard deviation limit to apply;
values beyond are classified as outliers and masked.