typeIerror_Simes_mvtnorm | R Documentation |
Calculate the type I error rate of the weighted Simes test
typeIerror_Simes_mvtnorm(
rho,
adjFct = 0,
alpha,
alphavec = c(alpha/2, alpha/2)
)
rho |
the correlation coefficient between two test statistics |
adjFct |
a pre-specified constant in the improved weighted Hochberg procedure, called the adjustment factor or k value |
alpha |
the significance level |
alphavec |
a numeric vector of two values representing the weighted significance levels assigned to the two hypotheses |
the type I error rate
Jiangtao Gou
Gou, J., Chang, Y., Li, T., and Zhang, F. (2025). Improved trimmed weighted Hochberg procedures with two endpoints and sample size optimization. Technical Report.
typeIerror_trimSimes_mvtnorm(rho = 0, adjFct = 0, alpha = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.