Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

phenoTest (version 1.20.0)

pAdjust: Adjust p values of an epheno object.

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

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.

Examples

Run this code
#load epheno object
data(epheno)
epheno

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

Run the code above in your browser using DataLab