--
You received this message because you are subscribed to the Google Groups "secr" group.
To unsubscribe from this group and stop receiving emails from it, send an email to secrgroup+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Murray,
Thanks for getting back to me so quickly.
From what I understood, mask.check() allows the mask buffer width to vary and calculates the associated likelihood; which I wanted to use to find out the mask buffer width value, from which the likelihood stabilises.
Here is the code:
secr.species.A <- read.capthist("leopard_captfile_survey A.txt", "leopard_trapfile_survey A.txt", detector = "proximity", noccasions = occ[which(occ$SU == "A"),2])
secr0.A <- secr.fit(secr.species.A, model = g0 ~ 1, trace = TRUE)
mask.check(secr0.A)
Error in mask.check(secr0.A) : specify 'buffers' if detector(s) on edge
Does this make sense?
Thanks, Elsa