Returns a tidy data frame of model coefficients from a run_did() result:
all regressors (treatment and covariates), in the format expected by
modelsummary::modelsummary(). The table is read from the fit stored at
estimation time; the VCOV type chosen in run_did() (vcov / cluster)
is already reflected in the standard errors.
Arguments
- x
A
did_resultobject returned byrun_did().- conf.int
Logical; add
conf.low/conf.highcolumns? DefaultFALSE.- conf.level
Confidence level for
conf.int. Default0.95. Intervals use Student-t quantiles with the fit's degrees of freedom, matchingfixest/broomconventions.- ...
Unused; kept for compatibility with the
broom::tidy()generic.