compare_models | R Documentation |
Compares goodness of fit for two ways of fitting a set of genes' expression using a likelihood ratio test. The likelihood ratio test helps one decide whether the improvement in fit is large enough to justify the additional complexity of extra terms in the full model in comparison to the reduced model.
compare_models(model_tbl_full, model_tbl_reduced)
model_tbl_full |
A tibble of model objects, generally output of
|
model_tbl_reduced |
A tibble of model objects, generally output of
|
The result of a likelihood test by gene.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.