overallStatistic-methods {CAnD}R Documentation

~~ 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

Defined methods include:

signature(object = "CAnD")

Returns the statistic calculated from performing the CAnD test on a set of ancestral proportions for a CAnD object

Author(s)

Caitlin McHugh

See Also

CAnDResult-class

Examples

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

[Package CAnD version 1.24.0 Index]