print.FRBpca: Print Method for Objects of Class 'FRBpca'

Description Usage Arguments Details Author(s) References See Also Examples

View source: R/summary_FRBpca.R

Description

This is the print method for objects of class FRBpca.

Usage

1
2
## 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

References

See Also

FRBpcaS, FRBpcaMM, summary.FRBpca

Examples

1
2
3
4
data(ForgedBankNotes)

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

FRB documentation built on May 29, 2017, 5:45 p.m.

Related to print.FRBpca in FRB...