Dear MARKers:
We are analyzing fox mark recapture data via MARK. We have a 4 day closed capture session on 12 8x5 grids (40 traps each) with associated encounter histories for about 200 foxes. We have been running the Huggins closed capture model.
We are running into problems when we try to analyze foxes by groups or covariate. We would like to estimate abundance for each of the 4 habitat types we placed our 12 grids within. We get pretty decent estimates but the CIs are way off.
Our inpute file looks like this:
fox ID #; Encounter history; Group 1 (each record is unique individual so every row has a number 1); additional # for grouping variable (for habitats 1-4).
Example:
/*001 */ 0110 1 4;
/*002*/ 0001 1 3;
/*003*/ 1110 1 1;
etc.
We tested 4 models ( 1. p(t)c(t) not equal; 2. p ( c ) not equal; 3. p.c. equal; and 4. p.c(t) not equal).
Does it look like we have an input format error?
Thanks for any help you can offer!