findWinner | R Documentation |
Internal PhyloRegression function for finding the winning edge.
findWinner(nset, tree_map, treeList, treetips, contrast.fcn = NULL,
choice, method = "glm", frmla = NULL, xx = NULL,
choice.fcn = NULL, ...)
nset |
set of nodes |
tree_map |
mapping cumulative number of nodes in treeList, used to map elements of nset to their appropriate tree in treeList. |
treeList |
list containing disjoint trees from phylofactor / PhyCA |
treetips |
number of tips in each tree |
contrast.fcn |
See |
choice |
string indicating how we choose the winner. Must be either |
method |
See |
frmla |
Formula for |
xx |
data frame containing non-ILR ( |
choice.fcn |
See |
... |
optional input arguments to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.