dot-hurdle_extract_estimates: Extract Results from TMB Hurdle Fit

.hurdle_extract_estimatesR Documentation

Extract Results from TMB Hurdle Fit

Description

Internal function to extract coefficients, standard errors, and derived quantities from a fitted TMB hurdle model.

Usage

.hurdle_extract_estimates(opt, obj, sdr, param_names, n_subjects, n_re)

Arguments

opt

Optimization result from nlminb().

obj

TMB objective function object.

sdr

TMB sdreport object (can be NULL).

param_names

List from .hurdle_get_param_names().

n_subjects

Number of subjects.

n_re

Number of random effects.

Value

A list with coefficients, se, variance_components, correlations, and random effects matrix.


beezdemand documentation built on March 3, 2026, 9:07 a.m.