Description Usage Arguments Value References
Function to calculate standard errors and confidence intervals based on a bootstrap procedure under discrete time capture-recapture (CR) models.
1 | abun_oi_boot(object, boot = 100, seed = 2021)
|
object |
A |
boot |
number specifying the number of bootstrap samples. Default is 200. |
seed |
number specifying the random seed. Default is 2021. |
A list with four elements:
se_N |
the standard error of the abundance estimate. |
se_beta |
the standard error of the coefficients in count regression model. |
se_eta |
the standard error of the coefficients in one-inflated regression model. |
se_alpha |
the standard error of the probability of never being captured. |
quant_N |
the quantiles of the sampling distribution of the abundance estimate. |
Liu, Y., Li, P., and Qin, J. (2017). Maximum empirical likelihood estimation for abundance in a closed population from capture-recapture data. Biometrika 104, 527-543.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.