**Post-hoc analysis function** — takes a finished fb4_result object
and bundles growth, feeding, and energy-budget analyses into a single list.
Useful when you need all major metrics in one call.
This is different from the internal $summary slot (built automatically
during result construction by create_unified_summary()). This function
re-derives richer metrics from daily_output and supports uncertainty
propagation for MLE / bootstrap / hierarchical results.
create_result_summary(result, individual_id = NULL, confidence_level = 0.95)Named list with model_info, growth, feeding,
energy_budget, and model_fit sections
An fb4_result object returned by run_fb4()
For hierarchical models: individual ID to extract
(NULL returns population-level summary)
Confidence level for uncertainty intervals, default 0.95
analyze_growth_patterns, analyze_feeding_performance,
analyze_energy_budget