I just started working with a live-capture data set for which each trap was open for ~20 days (and am using the secr package in R). Different sets of traps were open for different time frames within the summer. I set up a file with occasions for the entire time frame (i.e. one occasion per day that at least one trap was open) and just coded traps as closed when they were not in use and open when they were in use.
When I try to read in the capture history, and error message tells me "Conflicting number of occasions in usage matrix". It looks like the numbers correspond to the range of time in which animals were actually captured, but does not account for the number of days during which traps were open on either end of the time frame when traps were open but no animals were caught. I could delete the days on either end during which no animals were caught to rectify the discrepancy in number of occasions, but I am concerned that it would impact trap effort.
Any suggestions?
Thank you!