View source: R/summariseDetectProbs.R
summariseDetectProbs | R Documentation |
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)
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. |
a dataframe with number of tags detected, mean, median, mode, se, cv and credible intervals of detection probability posteriors.
Kevin See
## Not run: summariseDetectProbs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.