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(...)
Arguments
...
passed to bootSVD, with centerSamples set to TRUE.