Description Usage Arguments Value
View source: R/run_BHq_white_noise.R
Runs the altered Benjamini-Hochberg procedure, which adds a mean zero normal RV to each beta hat to make the z-scores independent of each other.
1 | run_BHq_white_noise(X, y, fdr)
|
X |
A nxp design matrix. |
y |
A vector of n responses. |
fdr |
The desired false discovery rate. |
A list containing:
X |
n-by-p design matrix. |
y |
vector of observed responses. |
Z |
vector of test statistics. |
thres |
data-dependent threshold. |
selected |
list of selected variables. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.