anova.RidgeBinaryLogistic {MultBiplotR} | R Documentation |
Compares two binary logistic models
Description
Anova for comparing two binary logistic models
Usage
## S3 method for class 'RidgeBinaryLogistic'
anova(object, object2, ...)
Arguments
object |
The first model |
object2 |
The second model |
... |
Any additional arguments |
Details
Anova for comparing two binary logistic models
Value
The comparison of the two models.
Author(s)
Jose Luis Vicente Villardon
Examples
# Not yet
[Package MultBiplotR version 23.11.0 Index]