hmltm.px | R Documentation |
Calculates perp dist detection probability p(x).
hmltm.px(
x,
pars,
hfun,
models = list(y = NULL, x = NULL),
cov = NULL,
survey.pars,
hmm.pars,
type = "response",
ally = TRUE
)
x |
perpendicular distances at which to evaluate function. |
pars |
starting parameter values, as for |
hfun |
detection hazard function name; same as argument |
models |
detection hazard covariate models, as for |
cov |
covariate matrix with each row corresponding to an observation. Must contain columns
with variables appearing in |
survey.pars |
survey parameters, as for |
hmm.pars |
availability hmm parameters, as for |
type |
if "link", parameter vector |
ally |
If TRUE calculates detection probability at all forward distances, else at zero. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.