View source: R/StarQuartetHypTest.R
quartetStarTest | R Documentation |
Perform hypothesis test for star tree for a vector of quartet counts to fit expected frequencies of (1/3,1/3,1/3). The test performed is a standard Chi-square with 2 degrees of freedom.
quartetStarTest(obs)
obs |
vector of 3 counts of resolved quartet frequencies |
p-value
obs=c(16,72,12)
quartetStarTest(obs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.