powered by
The function prints the value of each element in the Logistic Regression output object.
# S3 method for logregr.madlib summary(object, ...)# S3 method for logregr.madlib.grps summary(object, ...)# S3 method for glm.madlib summary(object, ...)# S3 method for glm.madlib.grps summary(object, ...)
# S3 method for logregr.madlib.grps summary(object, ...)
# S3 method for glm.madlib summary(object, ...)
# S3 method for glm.madlib.grps summary(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.
logregr.madlib
logregr.madlib.grps
madlib.glm wrapper for MADlib linear and logistic regressions.
madlib.glm
madlib.lm wrapper for MADlib linear regression
madlib.lm
# NOT RUN { ## see the examples in madlib.glm # }
Run the code above in your browser using DataLab