hOUwie.recon | R Documentation |
Uses the output object from hOUwie
to conduct an ancestral state reconstruction of the discrete regime states.
hOUwie.recon(houwie_obj,
nodes = "all")
houwie_obj |
A list of class "houwie". |
nodes |
One of "internal", "external", or "all" to represent reconstructing internal nodes, external (tips) nodes, or all nodes. "External" is only useful if the model has hidden states or there is uncertainty in the tip states. |
Reconstructs the marginal probability of a particular state at a given node. To do this, all possible states at the given node are fixed and the joint likelihoods are evaluated for each possibility. Those joint probabilities are then normalized by the total likelihood so that the probability sums to one.
recon_matrix |
a data.frame containing the marginal probabilities of each state (given by the column). |
James D. Boyko
Yang Z. 2006. Computational molecular evolution. Oxford University Press Oxford.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.