print.summary.madlib {PivotalR} | R Documentation |
This function prints the results from madlib.summary
in a human-readable format.
## S3 method for class 'summary.madlib' print(x, digits = max(3L,getOption("digits") - 3L),...) ## S3 method for class 'summary.madlib' show(object)
x, object |
The summary 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 |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.summary
Wrapper for MADlib linear and logistic regression
## see the examples in madlib.summary