Learn R Programming

CAnD (version 1.4.0)

overallStatistic-methods: ~~ Methods for Function overallStatistic ~~

Description

This function returns the calculated CAnD test statistic from applying the CAnD test to a set of ancestral proportions.

Usage

overallStatistic(object)

Arguments

object
An object of type CAnDResult

Value

The CAnD test statistic stored in the object.

Methods

signature(object = "CAnD")
Returns the statistic calculated from performing the CAnD test on a set of ancestral proportions for a CAnD object

See Also

CAnDResult-class

Examples

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

Run the code above in your browser using DataLab