significant | R Documentation |
Returns logical vector indication significant p-values
significant( p.values, pvalueCutoff = 0.05, pAdjustMethod = "none", na.value = NA )
p.values |
named vector of p-values |
pvalueCutoff |
limit for p.values and FDR for Benjamini-Hochberg-Correction |
pAdjustMethod |
method to determine significant p-values ("none", "BH" (Benjamini-Hochberg-Correction)); see p.adjust.methods |
na.value |
return value for NA |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.