test-methods {CAnD}R Documentation

~~ Methods for Function test ~~

Description

This function returns the type of CAnD test applied to a set of ancestral proportions.

Usage

test(object)

Arguments

object

An object of type CAnDResult

Value

‘Parametric.’ Note the non-parametric CAnD test is defunct now.

Methods

Defined methods include:

signature(object = "CAnD")

Returns the type of CAnD test applied to calculate the p-values for a CAnD object

Author(s)

Caitlin McHugh

See Also

CAnDResult-class

Examples

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

[Package CAnD version 1.27.0 Index]