R/clustTMB.R
run.options.Rd
Run Options
run.options(check.input = NULL, run.model = NULL, do.sdreport = NULL)
TRUE: Return initial values before running TMB
FALSE: Return TMB object before optimizing model
TRUE: Run delta method to obtain standard errors
list
run.options() #> $check.input #> [1] FALSE #> #> $run.model #> [1] TRUE #> #> $do.sdreport #> [1] TRUE #>