Deprecated. Use cic instead.
CiC is a legacy two-period wrapper for the Change in Changes
estimator. It accepts a formula and explicit t/tmin1 time
period arguments. The modern replacement cic uses a
yname/gname/tname interface and supports staggered
treatment adoption natively via ptetools.
CiC(
formla,
xformla = NULL,
t,
tmin1,
tname,
data,
panel = FALSE,
se = TRUE,
idname = NULL,
alp = 0.05,
probs = seq(0.05, 0.95, 0.05),
iters = 100,
pl = FALSE,
cores = 2,
retEachIter = FALSE
)QTE object.
formula of the form y ~ treat.
optional one-sided covariate formula.
post-treatment period.
pre-treatment period.
name of the time column.
data.frame.
logical; whether data are panel.
logical; whether to compute bootstrap SEs.
name of the unit id column (required when panel = TRUE).
significance level.
quantile grid.
bootstrap iterations.
logical; parallel bootstrap.
number of cores.
logical; return per-iteration results.
cic