Package: nipals Title: Principal Components Analysis using NIPALS or Weighted EMPCA, with Gram-Schmidt Orthogonalization Version: 1.0 Authors@R: person("Kevin", "Wright", , "kw.stat@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0617-8673")) Description: Principal Components Analysis of a matrix using Non-linear Iterative Partial Least Squares or weighted Expectation Maximization PCA with Gram-Schmidt orthogonalization of the scores and loadings. Optimized for speed. See Andrecut (2009) . License: MIT + file LICENSE URL: https://kwstat.github.io/nipals/ BugReports: https://github.com/kwstat/nipals/issues Depends: R (>= 3.4.0) Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.3 Repository: https://kwstat.r-universe.dev Date/Publication: 2025-10-04 01:38:17 UTC RemoteUrl: https://github.com/kwstat/nipals RemoteRef: HEAD RemoteSha: b591ff1c372c53cb3e4ce58bc3a979c472ac7988 NeedsCompilation: no Packaged: 2026-06-01 12:06:08 UTC; root Author: Kevin Wright [aut, cre, cph] (ORCID: ) Maintainer: Kevin Wright