Description Usage Arguments Author(s) Examples
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.
1 | pAdjust(x, method = "BH")
|
x |
an |
method |
the correction method that will be used. Se the
|
Evarist Planet
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.