I am trying to run a Huggins- Closed Capture analysis on avian point count data in which the data were collected based on a removal design, with 5 min counts divided into 5 1-min intervals, and 2 groups and 1 co-variate (distance class). Do I put dots in the encounter history after the first detection like this for a removal model or do I put 0s?
/*2 5*/ 1.... 1 0 75;
/*2 12*/ 1.... 1 0 175;
/*2 18*/ 001.. 1 0 175;
/*4 1*/ 1.... 1 0 75;
/*4 1*/ 0001. 1 0 375;
/*4 2*/ 1.... 1 0 75;
/*4 3*/ 1.... 1 0 175;
/*4 8*/ 01... 1 0 175;
/*4 8*/ 0001. 1 0 75;
/*4 13*/ 001.. 1 0 175;
Also, I assume I would want to fix c=0, because there are no recaptures in this removal method- is that correct?
Finally, when I run these data with c=0, p comes out to be = 0.012 in the dot dot model, which seems extremely low for the data considering that we often detected the species in the first interval.
Where am I going wrong? Even though I attended the MARk course, I don't think we ever got in this deep!