- call
The original function call.
- family
The specified distribution family.
- coefficients
A matrix of estimates, standard errors, z-values, and p-values. Contains NAs if SEs could not be computed.
- loglik
The maximized log-likelihood value (numeric).
- df
The number of estimated parameters.
- aic
Akaike Information Criterion.
- bic
Bayesian Information Criterion.
- aicc
Corrected Akaike Information Criterion.
- nobs
Number of observations used in fitting (integer).
- convergence
The convergence code returned by the optimizer.
- message
The message returned by the optimizer.
- se_available
Logical indicating if standard errors could be computed.
- correlation
The correlation matrix of coefficients (if correlation = TRUE
and calculable), otherwise NULL
.
- fixed
A named list of parameters that were held fixed during estimation, or NULL
.
- fit_method
The primary fitting method specified ('tmb' or 'nr').
- optimizer_method
The specific optimizer used (e.g., 'nlminb', 'optim', 'Newton-Raphson').