I am trying to estimate survival for a small marked fish population (n=350) using both a CJS model and a Barker
model where I have relatively few recaptures (e.g., the
data is too sparse to support a time-dependent Barker model or any similarly parameterized model). Recaptures for the Barker are both live/dead and ongoing/discrete. When I run a RELEASE GOF test for the CJS model, it says there is insufficient data to run several of the contingency tests. When I try to use a median c-hat or a bootstrap GOF test on any of my models, either using CJS or Barker, I get the following error:
Visual Fortran run-time error
Forrtl: severe (161): Program Exception – array bounds exceeded
Image PC Routine Line Source
MARK.EXE 004D53AE ESTMAT 860 estmat.for
MARK.EXE 0059EF6C MARK 279 mark.for
MARK.EXE 00668789 Unknown Unknown
MARK.EXE 0065172B Unknown Unknown
Kernel32.dll 7C80B713 Unknown Unknown
First, what does this error mean? Is this happening because my data
are simply too sparse to test for goodness of fit? If so, is there any way around it? My deviance residual plot looks abysmal (most points
occur below the lower dashed line), but I think this is because in the
majority of encounter histories, an individual was marked and never
seen again.
Finally, without running a GOF test or estimating variance, can I still trust the survival estimates from my top models?
Thank you,
Tracy