Package: sccic
Type: Package
Title: Synthetic Control Changes-in-Changes Estimator
Version: 0.1.1
Authors@R: c(
    person("Neil", "Hwang", role = c("aut", "cre"), email = "neil.hwang@bcc.cuny.edu"))
Description: Implements the Changes-in-Changes (CIC) estimator of Athey and
    Imbens (2006) <doi:10.1111/j.1468-0262.2006.00668.x> combined with
    synthetic control methods. Provides both the continuous CIC estimator
    (Theorem 3.1) and the discrete CIC estimator (Theorem 4.1) for
    integer-valued outcomes, with analytic and bootstrap inference.
    Also provides nonparametric estimation of the entire counterfactual
    distribution of outcomes for a treated group, allowing evaluation of
    average, quantile, and distributional treatment effects. Synthetic
    control weights are constructed via elastic net regularization to
    handle settings with many potential control units.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: glmnet, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, wooldridge,
        qte, Synth
Config/testthat/edition: 3
VignetteBuilder: knitr
RoxygenNote: 7.2.3
URL: https://github.com/neilhwang/sccic
BugReports: https://github.com/neilhwang/sccic/issues
NeedsCompilation: no
Packaged: 2026-04-09 16:28:36 UTC; neilh
Author: Neil Hwang [aut, cre]
Maintainer: Neil Hwang <neil.hwang@bcc.cuny.edu>
Repository: CRAN
Date/Publication: 2026-04-10 11:00:08 UTC
Built: R 4.5.3; ; 2026-04-23 20:27:58 UTC; windows
