Can anyone give me guidance on what to look for with regards to the following error from MakeADFun
Error in retape() :
Error when reading the variable: 'TMB_epsilon_'. Please check data and parameters.
In addition: Warning message:
In retape() : Expected object. Got NULL.
It says to check data and parameters but I don't have a variable TMB_epsilon_ so not sure what to look for. With different models, MakeADFun does run successfully. The model changes the design matrices describing the model which are part of the input data. I looked at the data list and parameter list passed to MakeADFun but there is nothing that stands out as being different and it all looked fine. Is it because there is a disagreement of types? I searched for parts of this error on the wiki and internet but came up empty. I also debugged into MakeADFun and retape but ran into the generic error message in which TMB_epsilon was a value of a variable in the message but it didn't help me work out the problem.
I realize this may not give enough info to work out what is wrong but any direction would be appreciated.
regards --jeff