print.FRBpca {FRB}R Documentation

Print Method for Objects of Class 'FRBpca'

Description

This is the print method for objects of class FRBpca.

Usage

## S3 method for class 'FRBpca':
print(x, digits=3, ...)

Arguments

x an R object of class FRBpca, typically created by FRBpcaS or FRBpcaMM
digits number of digits for printing (defaulting to 3)
... potentially more arguments

Details

The print method for 'FRBpca' displays the estimated standard deviations of the principal components, with corresponding bootstrap confidence intervals (BCa method).

Author(s)

Gert Willems and Ella Roelant

See Also

FRBpcaS, FRBpcaMM, summary.FRBpca

Examples


data(ForgedBankNotes)

MMpcares <- FRBpcaMM(ForgedBankNotes, R=999, conf=0.95)
MMpcares # -> print.FRBpca() method

[Package FRB version 1.4 Index]