Extracts the MCMC posteriors of transition probabilities for a DABOM model

extractTransPost(dabom_mod = NULL, parent_child = NULL, configuration = NULL)

Arguments

dabom_mod

An MCMC.list containing some parameters that begin with "p_pop", "psi" or "phi"

parent_child

data frame with at least `parent` and `child` columns. Can be created with `buildParentChild()` function in the `PITcleanr` package.

configuration

is a data frame which assigns node names to unique SiteID, AntennaID, and site configuration ID combinations. One example can be built with the function `buildConfig`

Author

Kevin See

Examples

extractTransPost()
#> Error in extractTransPost(): !is.null(dabom_mod) is not TRUE