summary.relaxnet: Generate and print summaries of class '"relaxnet"' objects.

Description Usage Arguments Value Author(s) See Also

Description

Print summaries of relaxnet objects.

Usage

1
2
3
4
## S3 method for class 'relaxnet'
summary(object, ...)
## S3 method for class 'summary.relaxnet'
print(x, digits = 3, ...)

Arguments

object

The "relaxnet" object to summarize.

x

An object of class "summary.relaxnet".

digits

Passed to print.default.

...

For the summary method: ignored. For the print method: passed to print.default.

Value

For the summary method: an object of type "summary.relaxnet" containing a subset of the elements of object.

For the print method: returns x invisibly.

Author(s)

Stephan Ritter, with design contributions from Alan Hubbard.

Much of the code (and some help file content) is adapted from the glmnet package, whose authors are Jerome Friedman, Trevor Hastie and Rob Tibshirani.

See Also

relaxnet, print.relaxnet


relaxnet documentation built on May 2, 2019, 12:39 p.m.