| 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 |
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
S. Van Aelst and G. Willems (2013). Fast and robust bootstrap for multivariate inference: The R package FRB. Journal of Statistical Software, 53(3), 1–32. URL: http://www.jstatsoft.org/v53/i03/.
FRBpcaS, FRBpcaMM, summary.FRBpca
data(ForgedBankNotes) MMpcares <- FRBpcaMM(ForgedBankNotes, R=999, conf=0.95) MMpcares # -> print.FRBpca() method