test-methods {CAnD} | R Documentation |
test
~~This function returns the type of CAnD test applied to a set of ancestral proportions.
test(object)
object |
An object of type |
‘Parametric.’ Note the non-parametric CAnD test is defunct now.
Defined methods include:
signature(object = "CAnD")
Returns the type of CAnD test applied to calculate the p-values for a CAnD
object
Caitlin McHugh
CAnDResult
-class
data(ancestries) test( CAnD(ancestries[,c(2:5)]) )