print.logregr.madlib: Display results of logistic regression

Description Usage Arguments Value Author(s) See Also Examples

Description

This function displays the results of logistic regression in a pretty format.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## S3 method for class 'logregr.madlib'
print(x, digits = max(3L, getOption("digits")
- 3L), ...)

## S3 method for class 'logregr.madlib.grps'
print(x, digits = max(3L, getOption("digits")
- 3L), ...)

## S3 method for class 'logregr.madlib'
show(object)

## S3 method for class 'logregr.madlib.grps'
show(object)

## S3 method for class 'glm.madlib'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'glm.madlib.grps'
print(x, digits = max(3L, getOption("digits") - 3L),
      ...)

## S3 method for class 'glm.madlib'
show(object)

## S3 method for class 'glm.madlib.grps'
show(object)

Arguments

x, object

The logistic regression result object to be printed.

digits

A non-null value for ‘digits’ specifies the minimum number of significant digits to be printed in values. The default, ‘NULL’, uses ‘getOption("digits")’. (For the interpretation for complex numbers see signif.) Non-integer values will be rounded down, and only values greater than or equal to 1 and no greater than 22 are accepted.

...

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

Value

No value is returned

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 regression

Examples

1
2
3
4
## Not run: 
## see the examples in madlib.glm

## End(Not run)

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