Description Usage Arguments Value
View source: R/differential_expression.R
Performs likelihood ratio tests on nested vector generalized additive models
1 | compareModels(full_models, reduced_models)
|
full_models |
a list of models, e.g. as returned by fitModels(), forming the numerators of the L.R.Ts. |
reduced_models |
a list of models, e.g. as returned by fitModels(), forming the denominators of the L.R.Ts. |
a data frame containing the p values and q-values from the likelihood ratio tests on the parallel arrays of models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.