
JAGS Structure Definition for Phylogenetic Trees
Source:R/structure_phylo.R
jags_structure_definition.phylo.RdImplements the jags_structure_definition S3 method for phylo objects.
This method is provided by the because.phybase package to extend the base
because engine with phylogenetic covariance support.
Usage
# S3 method for class 'phylo'
jags_structure_definition(
structure,
variable_name = "err",
optimize = TRUE,
precision_parameter = "lambda",
...
)