bre | R Documentation |
This function is meant to be called only in the formula
argument of fibre()
.
bre(
phyf,
rate_distribution = c("iid", "laplacian", "student-t", "horseshoe", "Brownian", "re"),
hyper = list(prec = list(prior = "pc.prec", param = c(1, 0.1))),
latent = 0,
label = NULL,
standardise = TRUE
)
phyf |
A |
rate_distribution |
What distribution to use to model rates of evolution? |
hyper |
Hyper parameters as a list. Specify the prior distribution for
|
latent |
How many latent variables to generate in |
label |
An optional label used to identify the random effect later
The default is a label generated from the expression in |
standardise |
Should the |
A list of data to be used by the model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.