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) <doi:10.1089/cmb.2008.0221>.
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.2
NeedsCompilation: no
Packaged: 2024-12-02 19:48:10 UTC; wrightkevi
Author: Kevin Wright [aut, cre, cph] (<https://orcid.org/0000-0002-0617-8673>)
Maintainer: Kevin Wright <kw.stat@gmail.com>
Repository: CRAN
Date/Publication: 2024-12-02 21:40:07 UTC
Built: R 4.4.1; ; 2024-12-02 22:42:13 UTC; unix
