Extracts the MCMC posteriors of transition probabilities for a DABOM model
extractTransPost(dabom_mod = NULL, parent_child = NULL, configuration = NULL)
An MCMC.list containing some parameters that begin with "p_pop", "psi" or "phi"
data frame with at least `parent` and `child` columns. Can be created with `buildParentChild()` function in the `PITcleanr` package.
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`
extractTransPost()
#> Error in extractTransPost(): !is.null(dabom_mod) is not TRUE