Description Usage Arguments Details
This function creates imput files for a large combination of the parameters under the BayesTraits MultiState model.
1 2 3 4 5 6 7 8 9 | BT_multiple(
tree,
dataset,
run = F,
name_general,
ML = F,
it = 1.1e+07,
bur = 1e+06
)
|
tree |
A fully-bifurcating Phy object |
dataset |
A data.frame object with two columns (tip name + state) |
run |
|
name_general |
A |
ML |
|
it |
The number of iterations under a bayesian optimization (only when |
bur |
Total number of generations assumed as burnin under a bayesian optimization (only when |
Specifically, this function is designed to run models differing in the following parameters: (1) "PriorAll" vs. "RevJump", (2) Variable rates vs. non-Variable rates, and (3) uniform vs. exponential distributions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.