Remove outliers from data

removeOutlier(dat, alpha, vars)

Arguments

dat

a data.table target data to "clean"

alpha

numeric. The alpha value used to determine the cutoff for outliers.

IDvars

character. Names of columns from which outliers should be excluded.

Value

data.table

Details

TODO. Parallelizes computations internally with foreach.