remGR | R Documentation |
remGR
fits the generalized removal model to data collected from
repeated removal episodes from M sites each consisting of J
secondary periods.
remGR(lamformula, detformula, data, mixture = c("P", "NB"), K,
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 |
K |
upper bound for superpopulation abundance |
starts |
Initial values for parameters |
method |
Optimisation method |
se |
flag to return the standard error (hessian). |
model |
for abundance, either Poisson 'P' or negative binomial 'NB' |
a efit
model object.
rem<- san_nic_rem$rem
emf <- eFrameGR(y=rem)
mod <- remGR(~1, ~1, K=100, data=emf)
Nhat<- calcN(mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.