Multi-period objects that hold results for group-time average treatment effects
MP(
group,
t,
att,
V_analytical,
se,
c,
inffunc,
n = NULL,
W = NULL,
Wpval = NULL,
aggte = NULL,
alp = 0.05,
DIDparams = NULL
)
which group (defined by period first treated) an group-time average treatment effect is for
which time period a group-time average treatment effect is for
the group-average treatment effect for group group
and time
period t
Analytical estimator for the asymptotic variance-covariance matrix for group-time average treatment effects
standard errors for group-time average treatment effects. If bootstrap is set to TRUE, this provides bootstrap-based se.
simultaneous critical value if one is obtaining simultaneous confidence bands. Otherwise it reports the critical value based on pointwise normal approximation.
the influence function for estimating group-time average treatment effects
the number of unique cross-sectional units (unique values of idname)
the Wald statistic for pre-testing the common trends assumption
the p-value of the Wald statistic for pre-testing the common trends assumption
an aggregate treatment effects object
the significance level, default is 0.05
a DIDparams
object. A way to optionally return the parameters
of the call to att_gt()
or conditional_did_pretest()
.
MP object