summary.lm.madlib {PivotalR} | R Documentation |
The function prints the value of each element in the Linear Regression output object.
## S3 method for class 'lm.madlib' summary(object, ...) ## S3 method for class 'lm.madlib.grps' summary(object, ...)
object |
Linear regression object |
... |
Further arguments passed to or from other methods. This is currently not implemented. |
The function returns the lm.madlib
or lm.madlib.grps
object passed to the function
Author: Predictive Analytics Team at Pivotal Inc.
Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io
madlib.lm
Wrapper for MADlib linear regression
## see the examples in madlib.lm