Learn R Programming

CAnD (version 1.4.0)

BonfCorr-methods: ~~ Methods for Function BonfCorr ~~

Description

This function returns whether the Bonferroni multiple testing correction was applied in calculating the final p-values by chromosome/chromosomal segment.

Usage

BonfCorr(object)

Arguments

object
An object of type CAnDResult

Value

A logical indicator of whether the Bonferroni multiple testing correction was used.

Methods

signature(object = "CAnD")
Returns the whether the Bonferroni multiple testing correction was applied in calculating the final p-values for a CAnD object

See Also

CAnDResult-class

Examples

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

Run the code above in your browser using DataLab