Description Usage Arguments Value Author(s) References
The function simulates p-values and the auxiliary covariate under different signal structures (density and strength) and covariate informativeness.
1 2 3 4 5 6 7 | SimulateData(
prior.strength = c("Weak", "Moderate", "Strong"),
feature.no = 10000,
sig.dist = c("Normal", "Gamma"),
sig.density = c("None", "Lower", "Low", "Medium", "High"),
sig.strength = c("Weak", "Moderate", "Strong")
)
|
prior.strength |
a character string from |
feature.no |
an integer, the number of features to be simulated. |
sig.dist |
a character string from |
sig.density |
a character string from |
sig.strength |
a character string from |
A list with the elements
pvalue |
a numeric vector of p-values. |
prior |
a vector of covariate values reflecting the order of the prior null probabilities. |
truth |
a vector of logical values indicating H0 (=0) or H1 (=1). |
Jun Chen
Hongyuan Cao, Jun Chen, Xianyang Zhang. Optimal false discovery rate control for large-scale multiple testing with auxiliary information. Submitted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.