I am working on a 10 year dataset of CJS data on a small passerine. Data are somewhat sparse, but on the whole it is a pretty good dataset. I’ve run the models to test the hypotheses we are most interested in concerning survival, and found that for any model incorporating temporal variation, the models just don’t produce meaningful parameter estimates or confidence intervals. Age models with a constant age specific structure (>1yr versus <1yr) produce good estimates and reasonable SEs. This makes sense to me as recapture rates were pretty low overall.
I want to assess GOF using RELEASE as a standalone as outlined in Chapter 5. I modified my input file with the following (including a couple of encounter histories):
/*EH Adult Juv Number*/
PROC CHMATRIX OCCASIONS=10 GROUPS=2 SUMMARY FULLM;
0100000000 1 0; /*66-24525*/
0100000000 1 0; /*66-24526*/
I then found my DOS prompt (haven’t been there in a while!) and entered:
REL_32 I=C:\Users\me\Documents\SALS.inp O=RelOut.LST
And hit enter.
I get the following message:
“Length of command exceeded MAXCHR/2 characters. RELEAS ERROR TERMINATION"
Can anyone give me any hints as to where my problem might lie? I’ve searched the forum and can’t get a hit that seems immediately relevant.
Thanks,
Pru