Coerces a coresynth_inference or sdid_inference object to a one-row
tidy data.frame with broom-style column names so it can be combined
with regression output for paper tables.
Usage
# S3 method for class 'coresynth_inference'
tidy(x, conf.int = TRUE, ...)Arguments
- x
A
coresynth_inference(orsdid_inference) object returned bysdid_inference(),gsc_inference(), orsi_inference().- conf.int
Logical. Include
conf.low/conf.highcolumns when CI is available (defaultTRUE). Permutation placebo SE/CI areNA.- ...
Unused.
