Returns a tidy data frame of model coefficients from a run_did() result.
Delegates to broom::tidy.fixest() on the underlying fixest model so
that all regressors (treatment and covariates) appear in the output — the
format expected by modelsummary::modelsummary().
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.- ...
Additional arguments passed to
broom::tidy.fixest().