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

View source: R/print.abesspca.R

print.abesspcaR Documentation

Print method for a fitted "abesspca" object

Description

Prints the fitted model and returns it invisibly.

Usage

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

Arguments

x

A "abesspca" 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 the explained variance of model; the last column is the percent of explained variance of model.

Value

No return value, called for side effects

See Also

print.abesspca, coef.abesspca, plot.abesspca.


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