occM | R Documentation |
occuM
fits the occupancy model of McKenzie et al. (2002).
occuM(lamformula, detformula, data, knownocc, starts, method="BFGS", se=TRUE, ...)
lamformula |
formula for the latent occupancy component. |
detformula |
formula for the detection component. Only
site-level covariates are allowed for the detection component.
This differs from the similar model in |
data |
A |
starts |
Initial values for parameters |
method |
Optimisation method |
se |
flag to return the standard error (hessian). |
knownocc |
Vector of row numbers of sites that are known to be occupied. |
a efit
model object.
counts<- san_nic_pre$counts
emf <- eFrame(y=counts)
mod <- occuM(~1, ~1, data=emf)
Nhat<- calcN(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.