simhmltm | R Documentation |
Combines point estimates from est.hmltm
and bootstrap estimates from bs.hmltm
to produce a table ready for insertion into a paper. Does not include any strata with no
detections.
Simulates line transect survey data in which animal availability is simulated by generating
time series of availability data from the hidden Markov model(s) with parameters specified in
argument hmm.pars
. Currently only for models with no covariates.
simhmltm(nw, hfun, pars, hmm.pars, survey.pars, print.progress = TRUE)
nw |
number of animals to simulate. |
hfun |
detection hazard function name. |
pars |
detection hazard function parameters. |
hmm.pars |
availability hidden Markov model parameters (as per |
survey.pars |
survey parameters, as for |
print.progress |
if TRUE prints progress through simulations. |
est |
output from |
bs |
output from |
Simulates (x,y) observations from a population of nw animals using detection hazard specified by hfun & pars, and HMM availability process specified by hmm.pars. Survey parameters are in survey.pars.
Data frame with two elements: $x
and $y
, being perpendicular and forward distances
of detected animals, respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.