This collapses the cycles of the raw measurements and calculates averages and standard deviations per aliquot.
A tibble resulting from bulk_and_clumping_deltas()
.
These dots are for future extensions and must be empty.
Columns to calculate summaries for.
Index columns that will be excluded from nesting. Defaults tofile_id
.
The column containing outlier information.
List of summary functions to apply. Defaults to mean, sd, n, sem, 95% cl.
The confidence level for the summary functions.
a logical value indicating wheter NA values should be stripped before the computation proceeds.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)