Package: tidysynth
Title: A Tidy Implementation of the Synthetic Control Method
Version: 0.2.1
Authors@R: 
    person(given = "Eric",
           family = "Dunford",
           role = c("aut", "cre"),
           email = "ed769@georgetown.edu",
           comment = c(ORCID = "0000-0003-3056-8687"))
Description: A synthetic control offers a way of evaluating the effect of an intervention in comparative case studies. The package makes a number of improvements when implementing the method in R. These improvements allow users to inspect, visualize, and tune the synthetic control more easily. A key benefit of a tidy implementation is that the entire preparation process for building the synthetic control can be accomplished in a single pipe.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports: magrittr, tibble, dplyr, ggplot2, tidyr, forcats, rlang,
        kernlab, rgenoud, optimx, stats
Suggests: testthat
NeedsCompilation: no
Packaged: 2025-03-23 22:05:22 UTC; ed769
Author: Eric Dunford [aut, cre] (<https://orcid.org/0000-0003-3056-8687>)
Maintainer: Eric Dunford <ed769@georgetown.edu>
Repository: CRAN
Date/Publication: 2025-03-24 00:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:47:07 UTC; unix
