Description Usage Arguments Value
Estimates abundance using capture-recapture methods. Five methods are implemented:
M0, Mt, Mb, Mtb and Mh (see argument model
.)
1 2 3 4 5 6 7 8 9 10 11 |
ch |
Binary capture history matrix, with rows being individuals and columns being occasions. |
model |
One of
|
alpha |
The significance level for confidence intervals
(defaults to |
start.n0 |
Starting value for number of undetected animals for numerical optimisation of likelihood. |
start.p |
Starting value for detection probability for numerical optimisation of likelihood. For model Mt all probabilities are assumed to be the same to start with. |
start.b |
Starting value for the behavioural effect of capture. Positive means capture increases
detection probability, negative decreases. ( |
start.mu1 |
Starting value for number of undetected animals for numerical optimisation of likelihood. |
start.mu2 |
Starting value for the second latent capture probability in model Mh2. |
start.phi |
Starting value for the proportion of the population that has the first level of the latent capture probability. |
The function returns a list with the following elements:
$model : Just reflects the model
argument passed to the function.
$Nhat : Estimated abundance and 95% confidence interval.
$phat : Estimated detection probabilities and 95% confidence interval(s). NOTE: in the case of models Mb and Mtb, 'b(odds)' is given - this is the multiplicative effect of previous capture on the ODDS of capture, i.e. on p/(1-p).
$beta.point.ests: Point estimates of the model parameters (on the log scale in the case of abundance, and on the logit scale in the case of probabilities.).
$beta.varcovar.ests: The estimated variance-covariance matrix of the model parameters (on the log scale in the case of abundance, and on the logit scale in the case of probabilities.)
$$beta.corrmatrix: The estimated correlation matrix of the model parameters (on the log scale in the case of abundance, and on the logit scale in the case of probabilities.).
$nobs: Number of unique captures.
$loglik: The log-likelihood at the MLE.
$AIC: Akaike's information criterion for the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.