Package: msPCA 0.4.0
msPCA: Sparse Principal Component Analysis with Multiple Principal Components
Implements an algorithm for computing multiple sparse principal components of a dataset. The method is based on Cory-Wright and Pauphilet "Sparse PCA with Multiple Principal Components" (2026) <doi:10.48550/arXiv.2209.14790>. The algorithm uses an iterative deflation heuristic with a truncated power method applied at each iteration to compute sparse principal components with controlled sparsity.
Authors:
msPCA_0.4.0.tar.gz
msPCA_0.4.0.zip(r-4.7)msPCA_0.4.0.zip(r-4.6)msPCA_0.4.0.zip(r-4.5)
msPCA_0.4.0.tgz(r-4.6-x86_64)msPCA_0.4.0.tgz(r-4.6-arm64)msPCA_0.4.0.tgz(r-4.5-x86_64)msPCA_0.4.0.tgz(r-4.5-arm64)
msPCA_0.4.0.tar.gz(r-4.7-arm64)msPCA_0.4.0.tar.gz(r-4.7-x86_64)msPCA_0.4.0.tar.gz(r-4.6-arm64)msPCA_0.4.0.tar.gz(r-4.6-x86_64)
msPCA_0.4.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
msPCA/json (API)
NEWS
| # Install 'msPCA' in R: |
| install.packages('msPCA', repos = c('https://jeanpauphilet.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jeanpauphilet/mspca/issues
Last updated from:f243e30f22. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 118 | ||
| linux-devel-x86_64 | OK | 114 | ||
| source / vignettes | OK | 163 | ||
| linux-release-arm64 | OK | 106 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 101 | ||
| macos-release-x86_64 | OK | 181 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 275 | ||
| windows-devel | OK | 114 | ||
| windows-release | OK | 126 | ||
| windows-oldrel | OK | 97 | ||
| wasm-release | OK | 100 |
Exports:feasibility_violation_offfraction_variance_explainedfraction_variance_explained_perPCmspcaprint_mspcatpm
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Feasibility violation | feasibility_violation_off |
| Fraction of variance explained | fraction_variance_explained |
| Fraction of variance explained per PC | fraction_variance_explained_perPC |
| Multiple Sparse PCA | mspca |
| Print mspca output | print_mspca |
| Truncated Power Method | tpm |
| Variance explained per PC | variance_explained_perPC |
