View source: R/aanalyse_kinetics_helpers.R
| build_kinetics_results | R Documentation |
mnirs_kinetics into results structureShared helper for analyse_kinetics.* methods. Takes a list of
per-interval (per-data frame) kinetics results data frames (each carrying
"fitted_data", "channel_args", and "diagnostics" attributes) and the
original data_list. Interval names are taken from names(data_list).
Where rows carry a model column, coefficient columns owned only by
fallback models no row resolved to are dropped.
build_kinetics_results(data_list, result_list, method, call)
data_list |
Named list of original interval data frames. |
result_list |
List of per-interval result data frames with attributes. |
A named list with: method, model, coefficients, data,
interval_times, diagnostics, channel_args, warnings, call.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.