Description Usage Arguments Value References See Also Examples
Estimates the recovery rate and abundance of a closed population from a mark-recapture study with a single capture and marking event and a single recapture event.
1 |
M |
A numeric scalar, the number of individuals marked and released. |
R |
A numeric scalar, the number of marked individuals recaptured. |
C |
A numeric scalar, the number of individuals checked for marks. |
alpha |
A scalar, the desired confidence level, default |
... |
Not in use, added for use with |
A named vector with the estimated recovery rate U
with
lower and upper 100*(1-alpha
)% confidence limits from
binomCI
, and the population estimate N
and associated
variance V
(the bias-corrected Petersen estimator from Chapman 1954 Table 3)
with the coefficient of variation CV
and the
lower and upper 100*(1-alpha
)% confidence limits from
the normal approximation of the Poisson for R
(Ricker 1975).
D. G. Chapman. 1954. The estimation of biological populations. Annals of Mathematical Statistics 25:1-15. [link].
W. E. Ricker. 1975. Computation and interpretation of biological statistics of fish populations. Fisheries Research Board of Canada Bulletin. 191.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.