The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Two methods for performing a constrained principal component analysis (PCA), where non-negativity and/or sparsity constraints are enforced on the principal axes (PAs). The function 'nsprcomp' computes one principal component (PC) after the other. Each PA is optimized such that the corresponding PC has maximum additional variance not explained by the previous components. In contrast, the function 'nscumcomp' jointly computes all PCs such that the cumulative variance is maximal. Both functions have the same interface as the 'prcomp' function from the 'stats' package (plus some extra parameters), and both return the result of the analysis as an object of class 'nsprcomp', which inherits from 'prcomp'. See <https://sigg-iten.ch/learningbits/2013/05/27/nsprcomp-is-on-cran/> and Sigg et al. (2008) <doi:10.1145/1390156.1390277> for more details.
Version: | 0.5.1-2 |
Depends: | R (≥ 3.4.0) |
Imports: | stats |
Suggests: | MASS, testthat (≥ 0.8), roxygen2 |
Published: | 2018-06-05 |
DOI: | 10.32614/CRAN.package.nsprcomp |
Author: | Christian Sigg [aut, cre], R Core team [ctb] (prcomp interface, formula implementation and documentation) |
Maintainer: | Christian Sigg <christian at sigg-iten.ch> |
BugReports: | https://github.com/chrsigg/nsprcomp/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://sigg-iten.ch/research/ |
NeedsCompilation: | no |
Citation: | nsprcomp citation info |
Materials: | README |
In views: | Psychometrics |
CRAN checks: | nsprcomp results |
Reference manual: | nsprcomp.pdf |
Package source: | nsprcomp_0.5.1-2.tar.gz |
Windows binaries: | r-devel: nsprcomp_0.5.1-2.zip, r-release: nsprcomp_0.5.1-2.zip, r-oldrel: nsprcomp_0.5.1-2.zip |
macOS binaries: | r-release (arm64): nsprcomp_0.5.1-2.tgz, r-oldrel (arm64): nsprcomp_0.5.1-2.tgz, r-release (x86_64): nsprcomp_0.5.1-2.tgz, r-oldrel (x86_64): nsprcomp_0.5.1-2.tgz |
Old sources: | nsprcomp archive |
Reverse imports: | GWnnegPCA |
Please use the canonical form https://CRAN.R-project.org/package=nsprcomp to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.