Default Values
Arguments
- model
A model object from which to extract default values. If
model
is a calibrator object (seemp_tmb_calibrator
) that has been optimized (usingmp_optimize
), then the values returned bymp_default
andmp_default_list
are updated to reflect this calibration/optimization process.- include_all
Include all default variables, even those that are not used in the
before
,during
, orafter
phase of the simulations. Wheninclude_all
isFALSE
, examples of excluded variables are those used by an objective function only or those intended to be used in an extended model specification produced using functions likemp_tmb_insert
andmp_tmb_update
.