check_qc: Check qc of numeric metric

View source: R/human_functions.R

check_qcR Documentation

Check qc of numeric metric

Description

Identifies values in a numeric vector that are sufficiently higher than expected.

Usage

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


AllenInstitute/scrattch.hicat documentation built on Oct. 20, 2023, 6:55 a.m.