Package: etwfe
Type: Package
Title: Extended Two-Way Fixed Effects
Version: 0.5.0
Date: 2024-12-16
Authors@R: 
    c(
    person(given = "Grant",
           family = "McDermott",
           role = c("aut", "cre"),
           email = "gmcd@amazon.com",
           comment = c(ORCID = "0000-0001-7883-8573")),
    person( given = "Frederic",
            family = "Kluser",
            role = "ctb",
            email = "frederic.kluser@unibe.ch")
            )
Description: Convenience functions for implementing extended two-way 
  fixed effect regressions a la Wooldridge (2021, 2023)
  <doi:10.2139/ssrn.3906345>, <doi:10.1093/ectj/utad016>.
License: MIT + file LICENSE
Imports: fixest (>= 0.11.2), stats, data.table, Formula,
        marginaleffects (>= 0.24.0), tinyplot (>= 0.2.0)
Suggests: did, broom, modelsummary (>= 2.2.0), ggplot2, knitr,
        rmarkdown, tinytest
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://grantmcdermott.com/etwfe/
BugReports: https://github.com/grantmcdermott/etwfe/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-12-16 22:07:56 UTC; gmcd
Author: Grant McDermott [aut, cre] (<https://orcid.org/0000-0001-7883-8573>),
  Frederic Kluser [ctb]
Maintainer: Grant McDermott <gmcd@amazon.com>
Repository: CRAN
Date/Publication: 2024-12-16 22:20:02 UTC
Built: R 4.3.3; ; 2025-04-07 01:36:59 UTC; windows
