View source: R/human_functions.R
check_qc | R Documentation |
Identifies values in a numeric vector that are sufficiently higher than expected.
check_qc(x, qc.iqr.mult = 3)
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) |
returns binary result of whether qc failed or passed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.