Identifies values in a numeric vector that are sufficiently higher than expected.
check_qc(x, qc.iqr.mult = 3)
Arguments
- x
numeric vector corresponding to metric to check qc on
- qc.iqr.mult
How many interquartile ranges about the median must a value
be to be considered an outlier? (default is 3)
Value
returns binary result of whether qc failed or passed