Learn R Programming

fb4package (version 2.0.0)

create_method_specific_data: Create method-specific data section

Description

Builds the $method_data slot of an fb4_result object. Dispatches on method and delegates large uncertainty list construction to dedicated helpers: build_tmb_uncertainty, build_individual_uncertainty, build_population_uncertainty.

Usage

create_method_specific_data(raw_results, execution_plan, method)

Value

Named list that becomes result$method_data

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")