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
)

Arguments

.data

A tibble with raw Delta values and file information.

internal_sd

The internal standard deviation cutoff value.

...

These dots are for future extensions and must be empty.

D47

The column to calculate the internal sd value for.

quiet

If TRUE, print info messages. If NULL (default) listens to options(clumpedr.quiet)