.fdr.qu | R Documentation |
Internal functions for p-value and FDR estimation
.fdr.qu(
s0,
stats,
beta = 0.05,
na.rm = FALSE,
ref.vector = sort(s0, decreasing = TRUE, na.last = TRUE)
)
.fdr.q(
s0,
stats,
beta = 0.05,
na.rm = FALSE,
ref.vector = sort(s0, decreasing = TRUE, na.last = TRUE)
)
.pFdr(s0, stats, method, pooled, na.rm, beta)
s0 |
|
stats |
|
beta |
|
na.rm |
|
ref.vector |
Reference vector defining at which grid points of |
method |
A p-value or FDR adjustment method, see
|
pooled |
|
numeric
vector of (adjusted) p-value or FDR estimations for s0
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.