summary {PivotalR} | R Documentation |
The function prints the value of each element in the Logistic Regression output object.
## S3 method for class 'logregr.madlib' summary(object, ...) ## S3 method for class 'logregr.madlib.grps' summary(object, ...) ## S3 method for class 'glm.madlib' summary(object, ...) ## S3 method for class 'glm.madlib.grps' summary(object, ...)
object |
Logistic regression object |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
The function returns the logregr.madlib
or
logregr.madlib.grps
object passed to the function.
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.glm
wrapper for MADlib linear and logistic regressions.
madlib.lm
wrapper for MADlib linear regression
## see the examples in madlib.glm