R implementation of Naomi model

naomi_objective_function_r(d, p)

Arguments

d

list of data inputs (from prepare_tmb_inputs())

p

list of parameter values (from prepare_tmb_inputs())

Value

A list consisting of (1) reported objects from the TMB model, and (2) the value of the objective function.

Details

This is primarily written to enable stepping through the TMB model line by line.