outlier_pretrim: trim the data before starting

Description Usage Arguments Value

Description

trim the data before starting

Usage

1
outlier_pretrim(Data, lim1, lim2)

Arguments

Data

A list of data matrices

lim1,

lim2 The upper and lower limits for trimming on the interval (0, 1) (quantiles)

Value

The list of matrices is combined into one single matrix. Trimming is performed for each column. Rows are filtered out if at least one value falls outside the bounds set by lim1, lim2. The filted data matrix is returned.


kristenmf/flowR documentation built on May 20, 2019, 6:15 p.m.