summary.lm.madlib: Summary information for Linear Regression output

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
5
## S3 method for class 'lm.madlib'
summary(object, ...)

## S3 method for class 'lm.madlib.grps'
summary(object, ...)

Arguments

object

Linear regression object

...

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

Value

The function returns the lm.madlib or lm.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.lm Wrapper for MADlib linear regression

Examples

1
## see the examples in madlib.lm

Example output

Loading required package: Matrix

Attaching package: 'PivotalR'

The following objects are masked from 'package:stats':

    sd, var

The following object is masked from 'package:base':

    cbind

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