PCAtest
PCAtest copied to clipboard
R package PCAtest for evaluating the statistical significance of PCA analysis, selecting number of significant PC axes, and testing the contributions of the variables to those PCs.
In line 341 of PCAtest.R, it states "find out which PCs are significant", but the code from lines 343 to 348 counts the number of significant PCs rather than identifying...
I am testing out your package on a combined qualitative and quantitative dataset. I analysed these data with the package [PCAmixdata](https://github.com/chavent/PCAmixdata). Specifically I am the `$Z` part of the output...