View source: R/olink_outlier_detection_utils.R
olink_iqr | R Documentation |
Compute inter-quartile range (IQR) of multiplied by a fixed value
olink_iqr(df, quant_col, iqr_group, iqr_sd)
df |
Olink dataset |
quant_col |
Character vector of name of quantification column |
iqr_group |
Grouping for which to compute IQR for |
iqr_sd |
Fixed value to multiply IQR with |
Input dataset with two additional columns, iqr and iqr_sd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.