Hi,
I am dealing with a simple CJS model on a set of encounter histories like these:
/* [R3W] */ 100000 1 0.0000 0.1180 0.1880 0 0.0000 0.0000 1 3;
/* [R5V] */ 100000 1 0.0000 0.1110 0.0640 0 0.1220 0.0270 1 3;
...
I have 6 occasions and 8 (unstardized) covariates. The peculiarity of this data set is that all the individuals are marked at the first occasion (all histories start with a "1"). I run a simple CJS and I would expect to count 4 phi + 4 p + 1beta(phi5*p6) = 9 parameters.
Doing some trials it seems to me that if I use the sin link with the default 2nd part var. estimation I got the expected number of parameters (9). However, if I use the logit link or change to hessian the var. estimation, MARK counts 10 parameters.
Am I missing something?
I am using MARK version 7.2 on a Windows 7 Pro (x64).