powered by
Conduct multiple hypothesis tests from \(p\) values.
Mulpval(pvalue, ALPHA2=0.05,GRID=2,iteration=100)
A vector of \(p\) values.
The significance level of screening, default of 0.05.
The number of components for the \(z\)-scores. The default value is 2.
Number of iterations for screening. The default value is 100.
The threshold of \(p\) value which indicates that \(p\) values are not larger than the threshold are considered significance and larger otherwise.
This is the function that conduct multiple hypothesis test for \(p\) values.
Liang, F. and Zhang, J. (2008) Estimating FDR under general dependence using stochastic approximation. Biometrika, 95(4), 961-977.
# NOT RUN { library(equSA) pvalue <- c(runif(20,0,0.001),runif(200,0,1)) Mulpval(pvalue,ALPHA2=0.05) # }
Run the code above in your browser using DataLab