
Extract coefficients from a TMB discounting model
Source:R/dd-tmb-methods.R
coef.beezdiscounting_tmb.RdReturns the optimizer's flat named parameter vector: beta_k (one entry per
fixed-effect design column, on the log-k scale), log_sigma_u, and the
auxiliary parameter (log_phi for family = "sltb", log_sigma_e for
family = "gaussian"). This is the numeric escape hatch consumed by tooling
such as car::deltaMethod.
Usage
# S3 method for class 'beezdiscounting_tmb'
coef(object, ...)