tidy.coresynth_inference: Tidy an inference result

View source: R/broom.R

tidy.coresynth_inferenceR Documentation

Tidy an inference result

Description

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 (or sdid_inference) object returned by sdid_inference(), gsc_inference(), or si_inference().

conf.int

Logical. Include conf.low/conf.high columns when CI is available (default TRUE). Methods without a CI report NA.

...

Unused.

Value

A one-row data.frame with columns term, estimate, std.error, statistic, p.value, conf.low, conf.high, method, alternative, n_controls, staggered.


coresynth documentation built on Aug. 28, 2026, 1:06 a.m.