Skip to contents

Runs every estimand of a weightflow_estimation across the cross of its step_domain() columns, using the coordinated replicates for the variance, and returns a tidy table.

Usage

collect_estimates(est)

Arguments

est

a weightflow_estimation from step_estimate().

Value

a weightflow_estimation_result: one row per (estimand x domain cell) with estimate, se, ci_lower, ci_upper and (for changes) rho. The object also carries a row-aligned detail frame (confidence level, effective replicates, the two wave levels behind a change and the overlap design effect) and the pipeline's filters, so report_panel() can document the estimates without re-running them.