anova.RidgeBinaryLogistic {MultBiplotR} | R Documentation |
Anova for comparing two binary logistic models
## S3 method for class 'RidgeBinaryLogistic'
anova(object, object2, ...)
object |
The first model |
object2 |
The second model |
... |
Any additional arguments |
Anova for comparing two binary logistic models
The comparison of the two models.
Jose Luis Vicente Villardon
# Not yet