I have a data set with 7 occasions and 2 groups for a recpatures only model. If I modify the PIMs to get a phi(t), p(t) model all appears well. However, if I use the design matrix to constrain the PIMs for the same model, the betas are in the ballpark (but different than the PIM model), and their SEs are about 175. The real paramater estimates from the two methods are identical - what gives? I tried the current version of MARK and one from last June with the same result. I selected the logit link when I ran the PIM model, so I believe the link function was the same for the two methods. How can the betas be different and the real estimates be the same if the link function is the same? The design matrix is below if interested....
thanks,
john beeman
INPUT --- 1 1 0 0 0 0 0 0 0 0 0 0;
INPUT --- 1 0 1 0 0 0 0 0 0 0 0 0;
INPUT --- 1 0 0 1 0 0 0 0 0 0 0 0;
INPUT --- 1 0 0 0 1 0 0 0 0 0 0 0;
INPUT --- 1 0 0 0 0 1 0 0 0 0 0 0;
INPUT --- 1 0 0 0 0 0 0 0 0 0 0 0;
INPUT --- 1 1 0 0 0 0 0 0 0 0 0 0;
INPUT --- 1 0 1 0 0 0 0 0 0 0 0 0;
INPUT --- 1 0 0 1 0 0 0 0 0 0 0 0;
INPUT --- 1 0 0 0 1 0 0 0 0 0 0 0;
INPUT --- 1 0 0 0 0 1 0 0 0 0 0 0;
INPUT --- 1 0 0 0 0 0 0 0 0 0 0 0;
INPUT --- 0 0 0 0 0 0 1 1 0 0 0 0;
INPUT --- 0 0 0 0 0 0 1 0 1 0 0 0;
INPUT --- 0 0 0 0 0 0 1 0 0 1 0 0;
INPUT --- 0 0 0 0 0 0 1 0 0 0 1 0;
INPUT --- 0 0 0 0 0 0 1 0 0 0 0 1;
INPUT --- 0 0 0 0 0 0 1 0 0 0 0 0;
INPUT --- 0 0 0 0 0 0 1 1 0 0 0 0;
INPUT --- 0 0 0 0 0 0 1 0 1 0 0 0;
INPUT --- 0 0 0 0 0 0 1 0 0 1 0 0;
INPUT --- 0 0 0 0 0 0 1 0 0 0 1 0;
INPUT --- 0 0 0 0 0 0 1 0 0 0 0 1;
INPUT --- 0 0 0 0 0 0 1 0 0 0 0 0;