Description Usage Arguments Value Examples
View source: R/basefunctions.R
CV Tree score
1 |
tree |
an object of the class "phylo" which the function will evaluate |
chars_test |
a matrix in which each row name is a tip of "tree" and each column is a hold-out character (typically not used in the construction of tree) |
root |
the tip of "tree" that should be used as a root |
nsim |
number of Monte Carlo simulations to be used by simmap. Defaults to 10 |
cl |
Number of cores to be used. Defaults to 1 |
normalize |
Whether edge lengths should be normalized to have the same value. Defaults to TRUE |
A list with two components: mean_score, the estimated predictive score (smaller is better), and sd_score, its standard error
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.