Package: SCtools
Title: Extensions for Synthetic Controls Analysis
Version: 0.3.2
Date: 2022-05-30
Authors@R: c(
    person(given = 'Bruno',
           family = 'Castanho Silva',
           role = c('aut', 'cre'),
           email = 'bcsilva@wiso.uni-koeln.de',
           comment = c(ORCID = '0000-0001-9363-4704')),
    person(given = 'Michael',
           family = 'DeWitt',
           role = c('aut'),
           email = 'me.dewitt.jr@gmail.com',
           comment = c(ORCID = '0000-0001-8940-1967')))
Description: Extensions to the synthetic controls analyses 
    performed by the package 'Synth' as detailed in Abadie, Diamond, and Hainmueller (2011) <doi: 10.18637/jss.v042.i13>. Includes generating 
    and plotting placebos, post/pre-MSPE (Mean Squared Prediction Error) significance tests and plots, 
    and calculating average treatment effects for multiple treated units. 
    This package represents an implementation of those methods 
    suggested in 
    Abadie, Diamond,and Hainmueller (2010) <doi:10.1198/jasa.2009.ap08746> for
    use in Synthetic Control Analysis.
BugReports: https://github.com/bcastanho/SCtools/issues
Maintainer: Bruno Castanho Silva <bcsilva@wiso.uni-koeln.de>
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5), future (>= 1.6.2)
Imports: ggplot2, Synth, stringr, stats, cvTools, furrr, dplyr, purrr,
        magrittr
Suggests: testthat (>= 3.0.0), knitr, tidyr, rmarkdown
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-06-01 12:06:35 UTC; brno
Author: Bruno Castanho Silva [aut, cre]
    (<https://orcid.org/0000-0001-9363-4704>),
  Michael DeWitt [aut] (<https://orcid.org/0000-0001-8940-1967>)
Repository: CRAN
Date/Publication: 2022-06-01 14:20:08 UTC
