View source: R/inference_lrt.R
lrt_list | R Documentation |
Performs likelihood ratio tests for a list of kinetic class objects, optionally in parallel.
lrt_list(kinetic_objects, .parallel = FALSE, .errors = FALSE, ...)
kinetic_objects |
a list with kinetic class objects. |
.parallel |
logical, should the model construction be done in parallel? |
.errors |
logical, should modeling failures be returned? |
... |
extra arguments passed to |
The effect size statistic lambda is calculated with the formula 2 * (logLik(model) - logLik(NULL model))
a list of data frames with the likelihood, AIC, BIC values and the test statistics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.