Learn R Programming

fb4package (version 2.0.0)

extract_tmb_results: Extract comprehensive results from TMB optimization

Description

Extract and process optimization results for both basic and hierarchical models. Handles standard errors, confidence intervals, and model diagnostics.

Usage

extract_tmb_results(
  obj,
  opt_result,
  model_type = "basic",
  confidence_level = 0.95,
  verbose = FALSE
)

Value

List with comprehensive results

Arguments

obj

TMB objective function

opt_result

Optimization result

model_type

Type of model ("basic" or "hierarchical")

confidence_level

Confidence level for intervals

verbose

Show extraction progress