print.elnet.madlib: Display the results from madlib.elnet function in a pretty...

Description Usage Arguments Author(s) See Also Examples

Description

This function prints the results from madlib.elnet in a human-readable format.

Usage

1
2
3
4
5
## S3 method for class 'elnet.madlib'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

## S3 method for class 'elnet.madlib'
show(object)

Arguments

x, object

The elnet.madlib 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 signif.) Non-integer values will be rounded down, and only values greater than or equal to 1 and no greater than 22 are accepted.

...

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

Author(s)

Author: Predictive Analytics Team at Pivotal Inc.

Maintainer: Frank McQuillan, Pivotal Inc. fmcquillan@pivotal.io

See Also

madlib.elnet Wrapper for MADlib elastic net regularization.

Examples

1
## see the examples in madlib.elnet

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