I have been fiddling with some POPAN modeling in RMark, and my code
was working several weeks ago. Since then, I updated to the newest
MARK version, reran my code, and it didn't work. In the process
of diagnosing my problem, I decided to use the plain MARK program
interface and walked through the POPAN example (section 12.4.1 in the
book) using the chase.inp example data. Replicating that example, I
get an error that not enough time interval values are
specified. However, the output message also shows that 7 intervals were
specified, which should be correct for the 8 occasions in this
example, and matches the book. This same error message (not enough
intervals) is what I am now encountering in RMark for my own code,
which spurred this investigation.
I'm enclosing the output from the book's example. Any ideas what is
going on? Thanks.
Geof
Program MARK - Survival Rate Estimation with Capture-Recapture Data
gfortran(Win64) Vers. 8.1 Mar 2016 12-Apr-2016 11:43:08 Page 001
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This version was compiled by GCC version 5.3.0 using the options:
-cpp -iprefix c:\tdm-gcc-64\gcc\bin\../lib/gcc/x86_64-w64-mingw32/5.3.0/ -D_MT
-U_REENTRANT -D IEEE -m64 -mtune=generic -march=x86-64 -mthreads -O2
-fimplicit-none -fbounds-check -funroll-loops -ftree-vectorize
-ffpe-summary=invalid,zero,overflow,underflo
This problem will use 6 of 6 possible threads.
INPUT --- proc title try3;
CPU Time in seconds for last procedure was 0.00
INPUT --- proc chmatrix occasions=8 groups=1 etype=POPAN mixtures=2
INPUT --- NoHist hist=387;
INPUT --- glabel(1)=Group 1;
INPUT --- time interval 1.5 1 1 1 1 1 1.5;
ERROR -- Not enough time interval values specified.