make_tmb_obj | R Documentation |
Make TMB objective function object
make_tmb_obj( data, par, model = "ccmpp_tmb", inner_verbose = FALSE, calc_outputs = TRUE )
data |
List of TMB data inputs. |
par |
List of initial parameters for TMB model. |
model |
Name of TMB model to be used. |
inner_verbose |
Logical flag whether to print TMB inner optimization tracing information. |
calc_outputs |
Logical flag to be passed to model object whether to calculate outputs not required for objective function. |
TMB objective function object with class 'tmb_obj'.
This returns the object created by [TMB::MakeADFun].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.