Learn R Programming

PivotalR (version 0.1.18.5)

summary: Summary information for Logistic Regression output

Description

The function prints the value of each element in the Logistic Regression output object.

Usage

# 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, ...)

Arguments

object

Logistic regression object

Further arguments passed to or from other methods. This is currently not implemented.

Value

The function returns the logregr.madlib or logregr.madlib.grps object passed to the function.

See Also

madlib.glm wrapper for MADlib linear and logistic regressions.

madlib.lm wrapper for MADlib linear regression

Examples

Run this code
# NOT RUN {
## see the examples in madlib.glm
# }

Run the code above in your browser using DataLab