print.abessrpca function

Print method for a fitted "abessrpca" object

Print method for a fitted "abessrpca" object

Prints the fitted model and returns it invisibly.

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

Arguments

  • x: A "abessrpca" object.
  • digits: Minimum number of significant digits to be used.
  • ...: additional print arguments

Returns

No return value, called for side effects

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.