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