Deprecated. Use qdid instead.
QDiD is a legacy two-period wrapper for the Quantile
Difference-in-Differences estimator. It accepts a formula and explicit
t/tmin1 time period arguments. The modern replacement
qdid uses a yname/gname/tname
interface and supports staggered treatment adoption natively.
QDiD(
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,
retEachIter = FALSE,
pl = FALSE,
cores = NULL,
biters = NULL,
cl = NULL
)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.
significance level.
quantile grid.
bootstrap iterations.
logical; return per-iteration results.
logical; parallel bootstrap.
number of cores.
alias for iters; takes precedence if supplied.
alias for cores; takes precedence if supplied.
qdid