summary.logregr.madlib: Summary information for Logistic Regression output

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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, ...)

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.

Author(s)

Author: Predictive Analytics Team at Pivotal Inc.

Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io

See Also

madlib.glm wrapper for MADlib linear and logistic regressions.

madlib.lm wrapper for MADlib linear regression

Examples

1
## see the examples in madlib.glm

PivotalR documentation built on March 13, 2021, 1:06 a.m.