Learn R Programming

PivotalR (version 0.1.18.5)

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

Description

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

Usage

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

# S3 method for 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

See Also

madlib.lm Wrapper for MADlib linear regression

Examples

Run this code
# NOT RUN {
## see the examples in madlib.lm
# }

Run the code above in your browser using DataLab