print.abess: Print method for a fitted "'abess'" object

View source: R/print.abess.R

print.abessR Documentation

Print method for a fitted "abess" object

Description

Prints the fitted model and returns it invisibly.

Usage

## S3 method for class 'abess'
print(x, digits = max(5, getOption("digits") - 5), ...)

Arguments

x

A "abess" object.

digits

Minimum number of significant digits to be used.

...

additional print arguments

Details

Print a data.frame with three columns: the first column is support size of model; the second column is deviance of model; the last column is the tuning value of the certain tuning type.

Value

No return value, called for side effects

See Also

print.abess, predict.abess, coef.abess, extract.abess, plot.abess, deviance.abess.


abess documentation built on April 11, 2025, 6:09 p.m.