| tidy.coresynth_inference | R Documentation |
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.
## S3 method for class 'coresynth_inference'
tidy(x, conf.int = TRUE, ...)
x |
A |
conf.int |
Logical. Include |
... |
Unused. |
A one-row data.frame with columns term, estimate, std.error,
statistic, p.value, conf.low, conf.high, method, alternative,
n_controls, staggered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.