I want to run multiseason occupancy models in MARK. However, I can't figure out how to enter the yearly site covariates into the design matrix. For example, I have a different measure of cone crop per site per year. I want to see if colonization and extinction are influenced by the annual cone crop.
Could I set up the DM as:
psi 1 cc09 0 0 0 0 0 0 0 0 0
E 0 0 1 cc11 0 0 0 0 0 0 0
E 0 0 0 0 1 cc13 0 0 0 0 0
G 0 0 0 0 0 0 1 cc11 0 0 0
G 0 0 0 0 0 0 0 0 1 cc13 0
p 0 0 0 0 0 0 0 0 0 0 1
p 0 0 0 0 0 0 0 0 0 0 1
p 0 0 0 0 0 0 0 0 0 0 1
where cc09, cc11 and cc13 are each individual columns in the .inp, in which each site's cone crop for that year is listed.
(Also, is there a better way to illustrate the DM in phidot? More visual examples could help some beginning users.)
Thank you