summary.RidgeBinaryLogistic {MultBiplotR} | R Documentation |
Summarizes the results of a Binary Logistic Regression with Ridge Penalization
## S3 method for class 'RidgeBinaryLogistic'
summary(object, ...)
object |
The object with te results of the logistic regression. |
... |
Any other arguments |
Summarizes the results of a Binary Logistic Regression with Ridge Penalization.
The summary
Jose Luis Vicente Villardon
# Not Yet