Skip to contents

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'.

Usage

# S3 method for class 'oblr'
anova(object, ..., test = c("Chisq", "F", "none"))

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.

Value

An object of class "anova" inheriting from class "data.frame".