Specify a branch length (random) effect
bre.Rd
This function is meant to be called only in the formula
argument of fibre()
.
Arguments
- phyf
A
pfc
column containing the phylogenetic structure- rate_distribution
What distribution to use to model rates of evolution?
- hyper
Hyper parameters as a list. Specify the prior distribution for
engine = INLA
models here. Default is a penalised complexity prior with 10% prior probability density greater than 1, which tend to work well for standardised Gaussian responses and Binomial responses.- latent
How many latent variables to generate in
engine = INLA
models. Default is none.- label
An optional label used to identify the random effect later The default is a label generated from the expression in
phyf
- standardise
Should the
pfc
object be standardised based on it's implied typical variance for terminal nodes? Default:TRUE
. This helps random effects to be comparable to each other.