Bootstrap method for single release tag-return studies

tag_bootstrap(x, nboot, boot_zeroes = TRUE)

# S3 method for mrelease
tag_bootstrap(x, nboot, boot_zeroes = TRUE)

# S3 method for srelease
tag_bootstrap(x, nboot, boot_zeroes = TRUE)

Arguments

x

an object of class srelease

nboot

number of bootstrap samples

boot_zeroes

should bootstrap replicates with zero tag-recaptures be used to estimate population size (default=TRUE)

Details

Estimate confidence intervals using a non-parametric bootstrap. This method incoporates uncertainty in tag-induced mortality, natural mortality and tag shedding as a series of Bernoulli trials. @seealso single_release for more details.