Calculate the Empirical Transfer Function
calculate_etf(
.data,
...,
raw = D47_raw_mean,
exp = expected_D47,
session = Preparation,
etf = etf,
etf_coefs = etf_coefs,
slope = slope,
intercept = intercept,
parallel = FALSE,
quiet = NULL
)
A tibble.
These dots are for future extensions and must be empty.
Column name of raw \(\Delta_{47}\) values.
Column name of expected \(\Delta_{47}\) values.
The column name to group analyses by. Defaults to
Preparation
.
The column name of the new model.
The column name with the coefficients of the model.
The column name of the new slope.
The column name of the new intercept.
Whether or not (default) to process this in parallel, using package furrr
.
If TRUE
, print info messages. If NULL
(default) listens to options(clumpedr.quiet)
Same as .data
with new columns etf
, etf_coefs
, slope
, and intercept
.
Other empirical transfer functions:
append_expected_values()
,
apply_etf()
,
empirical_transfer_function()