Type: Package
Package: capybara
Title: Fast and Memory Efficient Fitting of Linear Models with
        High-Dimensional Fixed Effects
Version: 2.0.0
Authors@R: c(
    person("Mauricio", "Vargas Sepulveda", , "m.vargas.sepulveda@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-1017-7574")),
    person("Joao", "Santos Silva", role = "ths"),
    person("Yoto", "Yotov", role = "ctb")
  )
Description: Fast and user-friendly estimation of generalized linear
    models with multiple fixed effects and cluster the standard errors.
    The method to obtain the estimated fixed-effects coefficients is based
    on Stammann (2018) <doi:10.48550/arXiv.1707.01815>, Gaure (2013)
    <doi:10.1016/j.csda.2013.03.024>, Berge (2018)
    <https://ideas.repec.org/p/luc/wpaper/18-13.html>, and Correia et al.
    (2020) <doi: 10.1177/1536867X20909691>. This implementation is
    described in Vargas Sepulveda (2025)
    <doi:10.1371/journal.pone.0331178>.
License: Apache License (>= 2)
URL: https://pacha.dev/capybara/,
        https://github.com/pachadotdev/capybara
BugReports: https://github.com/pachadotdev/capybara/issues
Depends: R (>= 4.0.0)
Imports: Formula, generics, ggplot2, MASS, rlang, stats
Suggests: broom, knitr, rmarkdown, tinytest, units
LinkingTo: armadillo4r, cpp4r
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0
Encoding: UTF-8
LazyData: true
NeedsCompilation: yes
Packaged: 2026-06-15 07:34:10 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1017-7574>),
  Joao Santos Silva [ths],
  Yoto Yotov [ctb]
Maintainer: Mauricio Vargas Sepulveda <m.vargas.sepulveda@gmail.com>
Repository: CRAN
Date/Publication: 2026-06-15 08:50:02 UTC
