Learn R Programming

fb4package (version 2.0.0)

build_tmb_uncertainty: Build TMB uncertainty list for MLE results

Description

Extracts all _est / _se pairs reported by the TMB backend into a single named list. Called by create_method_specific_data when method == "mle" and backend == "tmb".

Usage

build_tmb_uncertainty(raw_results)

Value

Named list of estimate/SE pairs for core, energy, efficiency, proportion, and energy-density variables

Arguments

raw_results

Raw output list from the MLE/TMB strategy