hmltm.stat | R Documentation |
Calculates various statistics from model.
hmltm.stat(
stat,
b,
hfun,
models = list(y = NULL, x = NULL),
cov = NULL,
survey.pars,
hmm.pars,
nx = 100,
type = "link"
)
stat |
name of statistic to calculate. Valid statistics are "p0" for estimated probability at perpendicular distance zero, "p" for mean estimated detection probability over all perpendicular distances, "invp" for the inverse of mean estimated detection probability over all perpendicular distances, "esw" for estimated effective strip width, and "invesw" for estimated inverse of effective strip width. |
b |
detection hazard parameter vector. |
hfun |
detection hazard name (character). |
models |
covariate models (see |
cov |
covariate values. |
survey.pars |
survey parameter specification (see |
hmm.pars |
hidden Markov model parameter specification (see |
nx |
number of points at which to evaluate detection function in perpendicular distance dimension. |
type |
if "link", assumes that parameter vector |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.