Returns a tidy data frame of group-time average treatment effect estimates
from an att_gt() result.
# S3 method for MP
tidy(x, ...)A data frame with one row per ATT(g,t) estimate and columns:
ATT(g,t) label
the treatment cohort g
the time period t
the ATT(g,t) point estimate
standard error
t-statistic (estimate / std.error)
two-sided pointwise p-value
(2 * (1 - pnorm(abs(statistic)))).
Marginal per-estimate; does not account for multiple testing
across ATT(g,t) cells.
simultaneous confidence band limits, using the
bootstrap uniform critical value when bstrap=TRUE and
cband=TRUE, otherwise pointwise
pointwise confidence interval limits
using qnorm(1 - alp/2), always
a model of class MP produced by the att_gt() function
Additional arguments to tidying method.