Skip to contents

**Internal constructor helper** — called once by build_fb4_result_unified() when the result object is first assembled. Translates raw strategy outputs into the standardised $summary slot that all downstream code reads from.

This is NOT a post-hoc analysis function. For user-facing comprehensive analysis of a finished result, see create_result_summary.

Usage

create_unified_summary(raw_results, execution_plan, method)

Arguments

raw_results

Raw output list returned by the strategy

execution_plan

Execution plan from create_execution_plan()

method

Normalised method string (e.g. "mle", "bootstrap")

Value

Named list that becomes result$summary