compareModels {monocle} | R Documentation |
Performs likelihood ratio tests on nested vector generalized additive models
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.