One-row broom::tidy() data frame for a debiasedATT() result,
following the package's broom column convention (term, estimate,
std.error, conf.low, conf.high) – the same columns tidy.fetwfe() /
tidy.eventStudy() return.
Usage
# S3 method for class 'debiased_att'
tidy(x, ...)Arguments
- x
A
"debiased_att"object fromdebiasedATT().- ...
Ignored.