best | R Documentation |
Extract and estimate the best supported model from a phylogenetic path analysis.
best(phylopath, ...)
phylopath |
An object of class |
... |
Arguments to pass to phylolm::phylolm and phylolm::phyloglm. Provide |
An object of class fitted_DAG
.
candidates <- define_model_set(
A = NL ~ BM,
B = NL ~ LS,
.common = c(LS ~ BM, DD ~ NL)
)
p <- phylo_path(candidates, rhino, rhino_tree)
best_model <- best(p)
# Print the best model to see coefficients, se and ci:
best_model
# Plot to show the weighted graph:
plot(best_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.