| overallStatistic-methods {CAnD} | R Documentation |
overallStatistic ~~This function returns the calculated CAnD test statistic from applying the CAnD test to a set of ancestral proportions.
overallStatistic(object)
object |
An object of type |
The CAnD test statistic stored in the object.
Defined methods include:
signature(object = "CAnD")
Returns the statistic calculated from performing the CAnD test on a set of ancestral proportions for a CAnD object
Caitlin McHugh
CAnDResult-class
data(ancestries)
overallStatistic( CAnD(ancestries[,c(2:5)]) )