find_k_given_rho_target_mvtnorm {itrimhoch} | R Documentation |
Find the difference between the error rate when k and rho are both given and the prespecified alpha level
Description
Find the difference between the error rate when k and rho are both given and the prespecified alpha level
Usage
find_k_given_rho_target_mvtnorm(k, rho, alpha, alphavec = c(alpha/2, alpha/2))
Arguments
k |
a pre-specified constant in the improved trimmed weighted Hochberg procedure |
rho |
the correlation coefficient between two test statistics |
alpha |
the significance level |
alphavec |
a numeric vector of two values representing the weighted significance levels assigned to the two hypotheses |
Value
the difference between the error rate when k is specified and rho is optimal and the prespecified alpha level
Author(s)
Jiangtao Gou
References
Gou, J., Chang, Y., Li, T., and Zhang, F. (2025). Improved trimmed weighted Hochberg procedures with two endpoints and sample size optimization. Technical Report.
[Package itrimhoch version 1.0.0 Index]