bootPCA {bootSVD} | R Documentation |
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.
bootPCA(...)
... |
passed to |
bootSVD(...)