View source: R/est_node_density.r
est_node_density | R Documentation |
This function checks for the node-density artifact, where branches in parts of a phylogenetic tree with few tips are shorter than their actual lengths. This artifact can bias the regression model towards detecting punctuated evolution even if this is not the case. A symptom of this artifact would be a positive curvilinear relationship between the node count and phylogenetic path length (δ > 1).
est_node_density(data, vcv_parts)
data |
A data frame with path length in the 1st column and node count in the 2nd |
vcv_parts |
A list outputted from the |
This function returns a list of the fitted model and node-density parameter estimates.
Kevin Surya
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.