Build the $summary slot of an fb4_result object
Source: R/14.3-result-builders.R
create_unified_summary.Rd**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.
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")