Package: alpaca
Type: Package
Title: Fit GLM's with High-Dimensional k-Way Fixed Effects
Version: 0.3.5
Authors@R: c(
    person("Amrei", "Stammann", email = "amrei.stammann@uni-bayreuth.de", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0003-1136-286X")),
    person("Daniel", "Czarnowske", email = "daniel.czarnowske@hhu.de", role = c("aut"),
    comment = c(ORCID = "0000-0002-0030-929X"))
    )
Description: Provides a routine to partial out factors with many levels during the optimization of the log-likelihood function of the corresponding generalized linear model (glm). The package is based on the algorithm described in Stammann (2018) <doi:10.48550/arXiv.1707.01815> and is restricted to glm's that are based on maximum likelihood estimation and nonlinear. It also offers an efficient algorithm to recover estimates of the fixed effects in a post-estimation routine and includes robust and multi-way clustered standard errors. Further the package provides analytical bias corrections for binary choice models derived by Fernandez-Val and Weidner (2016) <doi:10.1016/j.jeconom.2015.12.014> and Hinz, Stammann, and Wanner (2020) <doi:10.48550/arXiv.2004.12655>.
License: GPL-3
Depends: R (>= 3.1.0)
Imports: data.table, Formula, MASS, Rcpp, stats, utils
LinkingTo: Rcpp, RcppArmadillo
URL: https://github.com/amrei-stammann/alpaca
BugReports: https://github.com/amrei-stammann/alpaca/issues
RoxygenNote: 7.3.3
Suggests: bife, car, knitr, lfe, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2025-10-27 07:42:18 UTC; daniel
Author: Amrei Stammann [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1136-286X>),
  Daniel Czarnowske [aut] (ORCID:
    <https://orcid.org/0000-0002-0030-929X>)
Maintainer: Amrei Stammann <amrei.stammann@uni-bayreuth.de>
Repository: CRAN
Date/Publication: 2025-10-27 08:30:07 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-11-02 03:13:58 UTC; windows
Archs: x64
