Outliers are flagged based on an internal standard deviation cutoff value
internal_sd
.
find_internal_sd_outlier(
.data,
internal_sd = 0.15,
...,
D47 = D47_raw,
quiet = NULL
)
A tibble with raw Delta values and file information.
The internal standard deviation cutoff value.
These dots are for future extensions and must be empty.
The column to calculate the internal sd value for.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)