initBquartets {MSCquartets} | R Documentation |
Initialize vector of B quartets
Description
This is a C++ function, called from TINNIKdist
, to initialize for
inference of B and T quartets.
Usage
initBquartets(pTable, m, alpha, beta, colptest, colpstar, Bquartets)
Arguments
pTable |
a quartet table with p-values |
m |
number of rows in pTable |
alpha |
critical value for tree test |
beta |
critical value for star tree test |
colptest |
column with p value for tree test |
colpstar |
column with p value for star tree test |
Bquartets |
0/1 vector encoding initial B quartets |
See Also
quartetTable
, quartetTableParallel
[Package MSCquartets version 3.2 Index]