naomi_objective_function_r.Rd
R implementation of Naomi model
naomi_objective_function_r(d, p)
list of data inputs (from prepare_tmb_inputs()
)
list of parameter values (from prepare_tmb_inputs()
)
A list consisting of (1) reported objects from the TMB model, and (2) the value of the objective function.
This is primarily written to enable stepping through the TMB model line by line.