Package: factorana
Type: Package
Title: Factor Model Estimation with Latent Variables
Version: 1.2.0
Authors@R: c(
    person("Greg", "Veramendi", email = "greg.veramendi@gmail.com",
           role = c("aut", "cre")),
    person("Jess", "Xiong", role = "aut")
    )
Description: A flexible framework for estimating factor models with multiple
    latent variables. Supports linear, probit, ordered probit, and multinomial
    logit model components. Features include multi-stage estimation, automatic
    parameter initialization, analytical gradients and Hessians, and parallel
    estimation. Methods are described in Heckman, Humphries, and Veramendi
    (2016) <doi:10.1016/j.jeconom.2015.12.001>, Heckman, Humphries, and
    Veramendi (2018) <doi:10.1086/698760>, and Humphries, Joensen, and
    Veramendi (2024) <doi:10.1257/pandp.20241026>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports: Rcpp (>= 1.0.0), MASS, nnet, parallel, stats, utils
LinkingTo: Rcpp, RcppEigen
Suggests: doParallel, foreach, jsonlite, knitr, nloptr, rmarkdown,
        testthat (>= 3.0.0), trustOptim
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2026-04-22 09:54:03 UTC; mendi
Author: Greg Veramendi [aut, cre],
  Jess Xiong [aut]
Maintainer: Greg Veramendi <greg.veramendi@gmail.com>
Repository: CRAN
Date/Publication: 2026-04-22 13:40:08 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-04-22 23:51:37 UTC; windows
Archs: x64
