remMNS | R Documentation |
remMNS
fits multinomial removal models (e.g. Haines 2019, Dorazio et al 2005)
to 'stacked' data from from M sites over T primary periods with each primary consisting of J
secondary periods. Currently supported models include the Poisson, Negative binomial and
zero-inflated Poisson (ZIP).
remMNS(lamformula, detformula, data, starts, method="BFGS", se=TRUE, ...)
lamformula |
formula for the latent abundance component. For stacked data representing
multiple primary periods, the reserved terms |
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_open$rem
emf <- eFrameMNS(y=rem)
mod <- remMNS(~.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.