Description Usage Arguments Value Examples
View source: R/count_metrics.R
According to method of Benjamini & Hochberg (1995) via p.adjust
1 | fdr_trajectory(pval)
|
pval |
a vector of p-values |
the false discovery rate
1 2 | traj_pval <- pval_trajectory(curr = 100L, prev = 80L)
traj_fdr <- fdr_trajectory(traj_pval)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.