View source: R/inference_lrt.R
inference_kinetic_list | R Documentation |
Calculates inference stats for a list of kinetic objects,
optionally in parallel. See: coef.kinetic
for details.
inference_kinetic_list( kinetic_objects, .parallel = FALSE, .errors = FALSE, ... )
kinetic_objects |
a list of kinetic class objects. |
.parallel |
logical, should the model construction be done in parallel? |
.errors |
logical, should modeling failures be returned? |
... |
extra arguments passed to |
a list of data frames with the inference stats.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.