overallpValue-methods {CAnD}R Documentation

~~ Methods for Function overallpValue ~~

Description

This function returns the CAnD test p-value from performing a CAnD test on a set of ancestral proportions.

Usage

overallpValue(object)

Arguments

object

An object of type CAnDResult

Value

The CAnD p-value.

Methods

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

Author(s)

Caitlin McHugh

See Also

CAnDResult-class

Examples

    data(ancestries)
    overallpValue( CAnD(ancestries[,c(2:5)]) ) 

[Package CAnD version 1.12.0 Index]