Learn R Programming

PivotalR (version 0.1.18.5)

summary.elnet.madlib: Summary information for Elastic net regularization output

Description

The function prints the value of each element in the output object of madlib.elnet.

Usage

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

Arguments

object

A elnet.madlib object produced by madlib.elnet.

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

Value

The function returns the elnet.madlib object in the argument.

See Also

madlib.elnet Wrapper for MADlib elastic net regularization.

Examples

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

Run the code above in your browser using DataLab