View source: R/inference_lrt.R
lrt | R Documentation |
Performs a likelihood ratio test for a kinetic class object. Model terms are compared in the 0 - n order; additionally, the full model is compared with the NULL model (order = 'global').
lrt(kinetic_object, ...)
kinetic_object |
a kinetic class object. |
... |
additional arguments passed to |
The effect size statistic lambda is calculated with the formula 2 * (logLik(model) - logLik(NULL model))
a data frame 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.