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) 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) and Hinz, Stammann, and Wanner (2020) . 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 Repository: https://amrei-stammann.r-universe.dev Date/Publication: 2025-12-31 10:44:42 UTC RemoteUrl: https://github.com/amrei-stammann/alpaca RemoteRef: HEAD RemoteSha: b5b4d93d579e163772fedaaf2c5586cd1c24455c NeedsCompilation: yes Packaged: 2026-06-24 13:00:37 UTC; root Author: Amrei Stammann [aut, cre] (ORCID: ), Daniel Czarnowske [aut] (ORCID: ) Maintainer: Amrei Stammann