secr.fit
. A
simple SECR model is fitted by a fast ad hoc method.autoini(capthist, mask, detectfn = 0, thin = 0.2)
capthist
objectmask
object compatible with the detector layout in
capthist
autoini
; other initial values can usually be set to
zero for secr.fit
. If the algorithm encounters problems obtaining
a value for g0, the default value of 0.1 is returned.
Only the halfnormal detection function is currently available in autoini
(cf
other options in e.g. detectfn and sim.capthist
).
autoini
implements a modified version of the algorithm proposed
by Efford et al. (2004). In outline, the algorithm is
RPSV
)esa
)uniroot
.
If RPSV
cannot be computed the algorithm tries to use observed
mean recapture distance $\bar{d}$. Computation of
$\bar{d}$ fails if there no recaptures, and all returned
values are NA.
If the mask has more than 100 points then a proportion 1--thin
of
points are discarded at random to speed execution.capthist
, mask
, secr.fit
, dbar
demotraps <- make.grid()
demomask <- make.mask(demotraps)
demoCH <- sim.capthist (demotraps, popn = list(D = 5, buffer = 100))
autoini (demoCH, demomask)
Run the code above in your browser using DataLab