Description Usage Arguments Value Author(s) References See Also Examples
Computes abundance estimates and associated variance in the event of spatial or temporal stratification, or in any stratification in which individuals can move between strata. Marking (event 1) and recapture (event 2) strata do not need to be the same.
Inputs are vectors of total event 1 and 2 sample sizes, and either vectors of event 1 and 2 strata corresponding to each recaptured individual, or a matrix of total number of recaptures for each combination of event 1 and event 2 strata.
Implementation is currently using Darroch's method, and will only accept non-singular input matrices.
1 2 3 4 5 6 7 |
n1counts |
A vector of the total sample sizes in the first event, by
strata. For example, setting |
n2counts |
A vector of the total sample sizes in the second event, by strata. |
m2strata1 |
A vector of the first-event stratum membership of each
recaptured individual. Only values |
m2strata2 |
A vector of the second-event stratum membership of each
recaptured individual. Only values |
stratamat |
A matrix specifying the number of recaptures in each
combination of event 1 and event 2 strata, with rows corresponding to event
1 strata and columns corresponding to event 2 strata. May be used instead
of |
A numeric list, giving the strata matrix if originally given in vector form, abundance estimates and standard errors by event 1 and event 2 strata, and the total abundance estimate and standard error.
Matt Tyers
Darroch, J.N. (1961). The two-sample capture-recapture census when tagging and sampling are stratified. Biometrika 48, 241-60.
consistencytest
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.