| print.FRBpca {FRB} | R Documentation |
This is the print method for objects of class FRBpca.
## S3 method for class 'FRBpca': print(x, digits=3, ...)
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 |
The print method for 'FRBpca' displays the estimated standard deviations of the principal components, with corresponding bootstrap confidence intervals (BCa method).
Gert Willems and Ella Roelant
FRBpcaS, FRBpcaMM, summary.FRBpca
data(ForgedBankNotes) MMpcares <- FRBpcaMM(ForgedBankNotes, R=999, conf=0.95) MMpcares # -> print.FRBpca() method