I am trying to constrain an age model (CJS) for a dataset that has both animals marked as young and adults (i.e. similar to the one on chapter 7- page27). With the PIMs it's quit straight forward but as I am aiming to build additive models I am trying to design it using the Design Matrix.
Maybe I am being really really dumb here, but my problem is that I cannot find a way to obtain the right number of rows in the design matrix needed to code for "age at marking" + "age effects" (i.e. get from page 7-15 to page 7-16, to put it in a simple way). Briefly, the default in MARK is time dependent, so say I have 5 time occasions for animals marked as young (in reality I have more, but this serves to illustrate my problem), MARK fits this model by default:
- Code: Select all
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
and then the default design matrix has 5 rows for this group*parameter.
Now if what I want is
- Code: Select all
6 2 3 4 5
7 3 4 5
8 4 5
9 5
10
Clearly I would like to have a design matrix with 9 rows for this group*parameter.
I have tried modifying the PIM chart or the PIMs themselves to "all different" for that group (which would allow me to construct the adequate design matrix), but when asking MARK to provide the FULL design matrix for this modified "all different" model, it replies that "cannot build a full design matrix because there are 180 values in the PIMS, but should be 144". (144 values=rows is what my CJS model has with full time dependency in phi and p).
I have looked through the manual many times but cannot find any reference to it. I am getting really frustrated, I have my design matrixes ready to go, but I just cannot code them....
So I would really appreciate any help.
Thanks a lot,
Nacho