pAdjust: Adjust p values of an epheno object.

Description Usage Arguments Author(s) Examples

Description

Adjusts the p values of an epheno object. The p.adjust function will be used. For more information read the p.adjust function's help.

Usage

1
pAdjust(x, method = "BH")

Arguments

x

an epheno object.

method

the correction method that will be used. Se the p.adjust help for more info about the methods.

Author(s)

Evarist Planet

Examples

1
2
3
4
5
6
7
8
#load epheno object
data(epheno)
epheno

#Adjust pvalue
p.adjust.method(epheno)
epheno <- pAdjust(epheno,method='BH')
p.adjust.method(epheno)

phenoTest documentation built on Nov. 8, 2020, 7:53 p.m.