Helper function that add terms to the broom output of fit
amend_output(output, fit, f_equ, temp, rate, try_test, augment, return_fit)broom output of fit
the model output of the fitting process
equation with fitted parameters
temperature values of measurements
rate that changes with temperature
did the model fitting succeed or produce an error?
add columns to the original dataset such as predictions, residuals and cluster assignments using package::broom (T/F)?
return the model object (T/F)?
a data frame of, depending on augment argument, if FALSE, parameters, if TRUE, data with predicted values