I’m currently running spatial capture–recapture models in secr using a dataset that includes both genetic recaptures and telemetered individuals. Here's summary of the combined data:
I would like to include the full telemetry dataset in the analysis without reducing the number of fixes. I’d appreciate any guidance or suggestions on how to do this.
Thank you for your response. I used a constant detection model (fit.combined <- secr.fit(com, mask = mask2, detectfn = 'HHN', trace = FALSE, details = list(telemetryscale = 1e9))) without specifying any additional parameters. Initially, the mask contained approximately 8,000 points. I reduced this to around 5,000, which allowed the model to run, but I still received parameter estimates as NA—even after testing multiple values for telemetryscale.
I have genetic data for three years, with two distinct seasons per year. The telemetry data covers the same time period. I am estimating density separately for each season within each year and have pooled the telemetry data across all three years for each respective season, as only two individuals were collared during the first year. Including the telemetry data in the model resulted in sigma estimates that were roughly half the value of those obtained using only the genetic data.
How can I estimate the parameters without obtaining NA values? Would it help to further reduce the number of mask points, or should I consider including only those individuals that were collared during the specific season and year being analyzed?