I just finished making a great big .inp file to do some occupancy modeling in MARK. I define the number of encounter occassions, attribute groups, and individial covariates, go to run a null model [p(.)psi(.)], and get this error:
This version was compiled by GCC version 4.8.0 20120422 (experimental) using the options
-m64 -mtune=generic -march=x86-64 -mthreads -O2 -fimplicit-none -fbounds-check -funroll-loops -ftree-vectorize -fopenmp.
This problem will use 4 of 4 possible threads.
INPUT --- proc title species;
CPU Time in seconds for last procedure was 0.00
INPUT --- proc chmatrix occasions=3 groups=4 etype=Occupancy
INPUT --- mixtures=2 icovar=23 ICMeans NoHist hist=2368;
INPUT --- glabel(1)=Group 1;
INPUT --- glabel(2)=Group 2;
INPUT --- glabel(3)=Group 3;
INPUT --- glabel(4)=Group 4;
INPUT --- time interval 1 1;
INPUT --- icovariates Var1 Var2 Var3 Var4 Var5 Var6 Var7 Var8
INPUT --- Var9 Var10 Var11 Var12 Var13 Var14 Var15 Var16 Var17
INPUT --- Var18 Var19 Var20 Var21 Var22 Var23;
ERROR -- Error with floating point read of Y
I assume there's something wrong with my .inp, any ideas?