Learn R Programming

bootSVD (version 0.1)

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(centerSamples = TRUE, ...)

Arguments

centerSamples
whether each bootstrap sample should be centered before computing the bootstrap principal components.
...
passed to bootSVD

Value

  • bootSVD(...)