R/sccic-package.R

#' @keywords internal
"_PACKAGE"

#' sccic: Synthetic Control Changes-in-Changes Estimator
#'
#' Implements the Changes-in-Changes (CIC) estimator of Athey and Imbens (2006)
#' combined with synthetic control methods for causal inference in
#' difference-in-differences settings.
#'
#' @section Main functions:
#' \describe{
#'   \item{\code{\link{cic}}}{Standard CIC estimator for two groups and two
#'     periods, with analytic and bootstrap inference.}
#'   \item{\code{\link{sc_cic}}}{Combined synthetic control + CIC estimator
#'     for settings with a single treated unit and multiple donor units.}
#' }
#'
#' @name sccic-package
#' @aliases sccic
#' @docType package
#' @importFrom stats coef pnorm sd quantile
#' @importFrom graphics abline legend lines par plot
NULL

Try the sccic package in your browser

Any scripts or data that you put into this service are public.

sccic documentation built on April 10, 2026, 5:07 p.m.