occMS | R Documentation |
occMS
fits the dynamic multi-season occupancy model of MacKenzie et al. (2003).
This is a port of the colext
function in unmarked
.
occMS(lamformula, gamformula, epsformula, detformula,
data, starts, method="BFGS", se=TRUE, ...)
lamformula |
formula for the latent (initial) occupancy component. |
gamformula |
formula for the latent colonisation component. If season
specific colonisation/extinction parameters are desired, then use the
reserved keyword |
epsformula |
formula for the latent survival component. |
detformula |
formula for the detection component. Only
site- or |
data |
A |
starts |
Initial values for parameters |
method |
Optimisation method |
se |
flag to return the standard error (hessian). |
a efit
model object.
counts<- san_nic_open$index
emf <- eFrameMS(df=counts)
mod <- occMS(~1, ~1, ~.season, ~1, data=emf)
Nhat<- calcN(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.