Anova Method for oblr Objects
anova.oblr.Rd
This function performs an analysis of variance (or more precisely, an analysis of deviance) for one or more fitted logistic regression model objects of class 'oblr'.
Arguments
- object
An object of class "oblr", typically the result of a call to oblr().
- ...
Additional objects of class "oblr", or a single object of class "list" containing only objects of class "oblr".
- test
A character string specifying the test statistic to be used. Can be one of "Chisq" (default) for likelihood ratio test, "F" for F-test, or "none" to skip significance testing.