remMN | R Documentation |
remMN
fits multinomial removal models (e.g. Haines 2019, Dorazio et al 2005)
to data from a number of primary periods where individuals removed are recorded for each site.
Currently supported models include the Poisson, Negative binomial and
zero-inflated Poisson (ZIP).
remMN(lamformula, detformula, data, starts, method="BFGS", se=TRUE, ...)
lamformula |
formula for the latent abundance component. |
detformula |
formula for the removal detection component. Only
site-level covariates are allowed for the removal detection component.
This differs from the similar model in |
data |
A |
mixture |
model for the latent abundance, either Poisson ( |
starts |
Initial values for parameters |
method |
Optimisation method |
se |
flag to return the standard error (hessian). |
a efit
model object.
rem<- san_nic_rem$rem
emf <- eFrameR(y=rem)
mod <- remMN(~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.