Hi all,
I'm trying to get my head around the use of SECR to extract densities for multiple small mammal species, which are detected using a grid of live traps. The grid is run for 7-day trapping periods over multiple years, and the ecological result of interest is how the densities of each species change over the years. There are multiple grids in my study (each grid comprises a 4x12 array with two traps at each point, for a total of 96 detectors).
Having read my way through the secr package guidance, as well as parts of the textbook Spatial Mark-Recapture, I've decided to take the following approach.
Each grid is run as a separate multi-session model, with sessions corresponding to sampling years. Species is put in the capthist object as a factor covariate, then I specify the model as D~g*session, with the groups defined as the covariate "species".
The models seem to take nearly 4 hours to run on my laptop, but I do get a species- and session-specific density estimate.
My question is this:
Does this seem computationally the correct thing to do? If not, how else should I construct the models?
I basically followed this approach in the manual's advice for analysing sex-specific densities, and applied it to species groups. However I decided against one of the options, namely dividing the model into one session for each sex (or species), because the nature of single-catch traps is that the probability of catching species A at a detector is not independent of the probability of catching species B: Once a trap has caught an individual of B then it cannot catch an individual of A living in the same area. This is obviously not true for other detector types like camera traps which can (effectively) catch A with the same probability whether or not it has caught B.
I'm not 100% convinced I've really got round this by encoding species my way: is there any other way of doing this?