Returns a single-row summary of model-level statistics from a run_did()
result: r.squared, adj.r.squared, within.r.squared, sigma,
nobs, AIC, BIC, and logLik, in the column layout of
broom::glance() on a fixest model.
Arguments
- x
A
did_resultobject returned byrun_did().- ...
Unused; kept for compatibility with the
broom::glance()generic.