Extracts the MCMC posteriors of detection probabilities for a DABOM model, and summarizes the results.

summariseDetectProbs(dabom_mod = NULL, filter_ch = NULL, .cred_int_prob = 0.95)

Arguments

dabom_mod

An MCMC.list containing some parameters that end with "_p"

filter_ch

filtered capture history as returned by the `filterDetections()` function in the `PITcleanr` package, which has then been verified by a user and all blank or NA `user_keep_obs` entries have been completed.

Value

a dataframe with number of tags detected, mean, median, mode, se, cv and credible intervals of detection probability posteriors.

Author

Kevin See

Examples

if (FALSE) summariseDetectProbs()