Weighted Simes test
Weighted Simes test introduced by Benjamini and Hochberg (1997)
simes.test(pvalues, weights, alpha = 0.05, adjPValues = TRUE, verbose = FALSE, ...)
pvalues |
A numeric vector specifying the p-values. |
weights |
A numeric vector of weights. |
alpha |
A numeric specifying the maximal allowed type one error rate. If |
adjPValues |
Logical scalar. If |
verbose |
Logical scalar. If |
... |
Further arguments possibly passed by |
simes.test(pvalues=c(0.1,0.2,0.05), weights=c(0.5,0.5,0)) simes.test(pvalues=c(0.1,0.2,0.05), weights=c(0.5,0.5,0), adjPValues=FALSE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.