Learn R Programming

CAnD (version 1.4.0)

overallpValue-methods: ~~ 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

signature(object = "CAnD")
Returns the CAnD test p-value from applying the CAnD test to a set of ancestral proportions for a CAnD object

See Also

CAnDResult-class

Examples

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

Run the code above in your browser using DataLab