View source: R/14.3-result-builders.R
| create_unified_summary | R Documentation |
$summary slot of an fb4_result object**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.
create_unified_summary(raw_results, execution_plan, method)
raw_results |
Raw output list returned by the strategy |
execution_plan |
Execution plan from |
method |
Normalised method string (e.g. "mle", "bootstrap") |
Named list that becomes result$summary
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.