Learn R Programming

bootSVD (version 1.2)

bootPCA: Quickly calculates bootstrap PCA results (wrapper for bootSVD)

Description

All arguments are passed to [bootSVD()]. This function should be used in exactly the same way as [bootSVD()]. The only difference is that PCA typically involves re-centering each bootstrap sample, whereas calculations involving the SVD might not.

Usage

bootPCA(...)

Value

bootSVD(...)

Arguments

...

passed to [bootSVD()], with centerSamples set to TRUE.