This function fits binomial-Poisson mixture model for spatially replicated point count data.See unmarkedFrame
for a description of how to supply by creating
and unmarkedFrame.
This function fits the latent N-mixture model for point count data
(Royle 2004, Kéry et al 2005).
The latent abundance distribution, $f(N | \mathbf{\theta})$ can be set as either a Poisson or a negative binomial random
variable, depending on the setting of the mixture
argument.
mixture = "P"
or mixture = "NB"
select the Poisson or
negative binomial distribution respectively. The mean of $N_i$ is
$\lambda_i$. If $N_i \sim NB$, then an
additional parameter, $\alpha$, describes dispersion (lower
$\alpha$ implies higher variance).
The detection process is modeled as binomial: $y_{ij} \sim
Binomial(N_i, p_{ij})$.
Covariates of $\lambda_i$ use the log link and
covariates of $p_{ij}$ use the logit link.