Skip to contents

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 from debiasedATT().

...

Ignored.

Value

A one-row data frame with columns term, estimate, std.error, conf.low, conf.high.