Internal function to extract coefficients, standard errors, and derived quantities from a fitted TMB hurdle model.
.hurdle_extract_estimates(opt, obj, sdr, param_names, n_subjects, n_re)A list with coefficients, se, variance_components, correlations, and random effects matrix.
Optimization result from nlminb().
TMB objective function object.
TMB sdreport object (can be NULL).
List from .hurdle_get_param_names().
Number of subjects.
Number of random effects.