Description Usage Arguments Value Examples
The recipe for turning pvalues into qvalues is adapted from package 'qvalue' and articles by Storey, Tibshirani, Taylor, Siegmund.
1 2 3 4 5 6 7 8 |
p |
numeric vector of p-values |
X |
matrix of covariates (can be missing if pi0 is specified instead) |
pfdr |
logical, making estimates robust for small p-values and a small sample size |
pi0 |
list with pi0 estimates from lm_pi0 |
smoothing |
character, type of smoothing used to fit pi0. Note the default in this function is different than in lm_pi0. |
... |
other parameters (passed on to lm_pi0 if pi0 is not provided) |
list
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.