Skip to contents

Returns a one-row summary of an calc_att() result for the goodness-of-fit block of a modelsummary::modelsummary() table.

Usage

glance.att_result(x, ...)

Arguments

x

An att_result object returned by calc_att().

...

Unused; for S3 generic compatibility.

Value

A one-row data frame with nobs, n.units, n.treated, estimator, and aggregation.

Examples

if (FALSE) { # \dontrun{
att <- calc_att(df, outcome = y, time = year, timing = g, unit = id)
broom::glance(att)
} # }