Package: fad
Type: Package
Title: Factor Analysis for Data
Version: 0.9-1
Date: 2022-04-27
Authors@R: c(
    person("Somak", "Dutta", , "somakd@iastate.edu", c("aut", "cre")),
    person("Fan", "Dai", , "fd43@iastate.edu", "aut"),
    person("Ranjan", "Maitra", , "maitra@iastate.edu", "ctb")
    )
Maintainer: Somak Dutta <somakd@iastate.edu>
Description: Compute maximum likelihood estimators of parameters in a Gaussian factor model using
  the the matrix-free methodology described in Dai et al. (2020) <doi:10.1080/10618600.2019.1704296>.
  In contrast to the factanal() function from 'stats' package, fad() can handle high-dimensional datasets where
  number of variables exceed the sample size and is also substantially faster than the EM algorithms.
License: GPL-3
URL: https://github.com/somakd/fad
BugReports: https://github.com/somakd/fad/issues
Encoding: UTF-8
Depends: R (>= 3.0.2), methods, RSpectra (>= 0.16-1)
Imports: Matrix (>= 1.1-0), Rcpp (>= 0.11.5)
LinkingTo: Rcpp, RSpectra, RcppEigen
NeedsCompilation: yes
Suggests: knitr
VignetteBuilder: knitr
RoxygenNote: 7.1.2
Packaged: 2022-05-01 03:39:04 UTC; somakd
Author: Somak Dutta [aut, cre],
  Fan Dai [aut],
  Ranjan Maitra [ctb]
Repository: CRAN
Date/Publication: 2022-05-01 14:20:05 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-07-10 23:35:45 UTC; unix
Archs: fad.so.dSYM
