Learn R Programming

CAnD (version 1.4.0)

pValues-methods: ~~ Methods for Function pValues ~~

Description

This function returns each p-value calculated from the CAnD test on all chromosomes/chromosomal segments.

Usage

pValues(object)

Arguments

object
An object of type CAnDResult

Value

A vector of p-values from the CAnD test.

Methods

signature(object = "CAnD")
Returns the p-values for each chromosome/chromosomal segment calculated using the CAnD test for a CAnD object

See Also

CAnDResult-class

Examples

Run this code
    data(ancestries)
    pValues( CAnD(ancestries[,c(5:12)]) ) 

Run the code above in your browser using DataLab