Package: capybara
Type: Package
Title: Fast and Memory Efficient Fitting of Linear Models with
        High-Dimensional Fixed Effects
Version: 1.0.1
Authors@R: c(
    person(
        given = "Mauricio",
        family = "Vargas Sepulveda",
        role = c("aut", "cre"),
        email = "m.sepulveda@mail.utoronto.ca",
        comment = c(ORCID = "0000-0003-1017-7574")),
    person(
        given = "Yoto",
        family = "Yotov",
        role = c("ctb"))
    )
Imports: data.table, Formula, generics, ggplot2, kendallknight, MASS,
        stats
Suggests: broom, knitr, rmarkdown, testthat (>= 3.0.0), units
Depends: R(>= 3.5.0)
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> and Gaure (2013)
    <doi:10.1016/j.csda.2013.03.024>.
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/capybara/issues
URL: https://pacha.dev/capybara/,
        https://github.com/pachadotdev/capybara
LazyData: true
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: yes
LinkingTo: cpp11, cpp11armadillo
VignetteBuilder: knitr
Config/testthat/edition: 3
Remotes: ropenscilabs/srr
Packaged: 2025-05-21 21:58:05 UTC; pacha
Author: Mauricio Vargas Sepulveda [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-1017-7574>),
  Yoto Yotov [ctb]
Maintainer: Mauricio Vargas Sepulveda <m.sepulveda@mail.utoronto.ca>
Repository: CRAN
Date/Publication: 2025-05-22 04:50:06 UTC
