View source: R/14.0-tmb-shared.R
| extract_tmb_results | R Documentation |
Extract and process optimization results for both basic and hierarchical models. Handles standard errors, confidence intervals, and model diagnostics.
extract_tmb_results(
obj,
opt_result,
model_type = "basic",
confidence_level = 0.95,
verbose = FALSE
)
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 |
List with comprehensive results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.