fit.hmltm | R Documentation |
fit.hmltm
Estimates detection probability from (1) line transect data that includes forward
detection distances and (2) estimated Markov model or hidden Markov model availability prameters.
fit.hmltm(
xy,
pars,
FUN,
models = list(y = NULL, x = NULL),
survey.pars,
hmm.pars,
control.fit,
control.optim,
groupfromy = NULL
)
xy |
data frame with one line per detection containing perpendicular distance ($x) and forward distance ($y) and any covariates in the model. |
pars |
starting parameter values. |
FUN |
detection hazard functional form name (character) |
models |
list of characters with elements |
survey.pars |
list. |
hmm.pars |
HMM parameters of animals' availability data. |
control.fit |
list with elements:
|
control.optim |
as required by |
groupfromy |
a forward distance (y) below which all y's are grouped into a single interval in the likelihood function (i.e. exact y,s < groupfromy are combined into an interval rather than passed as exact distances). |
A list comprising:
xy dat used in fitting (input reflection).
phats estimated detection probabilities of all detections.
phat 1/mean(1/phats).
pzero estimated detection probabilities at perpendicular distance zero for detected population.
h.fun =FUN (input reflection).
models =models (input reflection).
fit output from fit.xy
.
Loglik log-likelihood function at MLE.
AIC AIC.
x vector of x-values for plotting perpendicular distance fit.
p vector of detection function values for plotting perpendicular distance fit.
fitpars a list containing all the given parameters controlling the fit (survey.pars,hmm.pars, control.fit,control.optim).
Borchers, D.L., Zucchini, W., Heide-Jorgenssen, M.P., Canadas, A. and Langrock, R. 2013. Using hidden Markov models to deal with availability bias on line transect surveys. Biometrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.