extractTransPost: Extract Transition Posteriors

View source: R/extractTransPost.R

extractTransPostR Documentation

Extract Transition Posteriors

Description

Extracts the MCMC posteriors of transition probabilities for a DABOM model

Usage

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(s)

Kevin See

Examples

extractTransPost()

KevinSee/DABOM documentation built on April 4, 2024, 9:28 a.m.