Last chance! 50% off unlimited learning
Sale ends in
dbar
is the mean distance between consecutive capture locations,
pooled over individuals (e.g. Efford 2004). moves
returns the
raw distances.
MMDM
(for `Mean Maximum Distance Moved') is the average maximum
distance between detections of each individual i.e. the observed range
length averaged over individuals (Otis et al. 1978).
ARL
or `Asymptotic Range Length') is obtained by fitting an
exponential curve to the scatter of observed individual range length vs
the number of detections of each individual (Jett and Nichols 1987: 889).
RPSV
(for `Root Pooled Spatial Variance') is a measure of the 2-D
dispersion of the locations at which individual animals are detected,
pooled over individuals (cf Calhoun and Casby 1958, Slade and Swihart 1983).dbar(capthist, userdist = NULL, mask = NULL)
MMDM(capthist, min.recapt = 1, full = FALSE, userdist = NULL, mask = NULL)
ARL(capthist, min.recapt = 1, plt = FALSE, full = FALSE, userdist = NULL, mask = NULL)
moves(capthist, userdist = NULL, mask = NULL)
RPSV(capthist, CC = FALSE)
capthist
capthist
is a multi-session list.
The full
argument may be used with MMDM
and ARL
to
return more extensive output, particularly the observed range length for
each detection history.dbar
is defined as --
CC = FALSE
, RPSV
is defined as --
CC = TRUE
), RPSV
uses the formula of Calhoun
and Casby (1958) with a different denominator --
CC = FALSE
) is retained as the default for compatibility with
previous versions of dbar
and RPSV
have a specific role as proxies for
detection scale in inverse-prediction estimation of density (Efford
2004; see ip.secr
).
RPSV
is used in autoini
to obtain plausible starting
values for maximum likelihood estimation.
MMDM
and ARL
discard data from detection histories
containing fewer than min.recapt
+1 detections.
The userdist
option is included for exotic non-Euclidean cases
(see e.g. secr.fit
details). RPSV is not defined for
non-Euclidean distances.autoini
dbar(captdata)
RPSV(captdata)
RPSV(captdata, CC = TRUE)
Run the code above in your browser using DataLab