sdmTMB icon indicating copy to clipboard operation
sdmTMB copied to clipboard

predict() function issues

Open ericward-noaa opened this issue 2 years ago • 0 comments

  1. For delta model, filter out NAs for positive component internally

  2. Model argument doesn't seem to be changing anything for delta models -- predictions for both components are returned. I think the fix here is just drop 'model' as an argument

  3. When re_form = NA, predict() doesn't respond to the "type" argument and returns identical predictions. Investigating this with delta models, but same applies to non-delta

ericward-noaa avatar Aug 02 '22 16:08 ericward-noaa