| .hurdle_extract_estimates | R Documentation |
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)
opt |
Optimization result from |
obj |
TMB objective function object. |
sdr |
TMB sdreport object (can be NULL). |
param_names |
List from |
n_subjects |
Number of subjects. |
n_re |
Number of random effects. |
A list with coefficients, se, variance_components, correlations, and random effects matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.