corr.Bonferroni {corrMCT} | R Documentation |
ICC adjusted Bonferroni method
Description
corr.Bonferroni
performs the ICC adjusted Bonferroni method proposed by
Shi, Pavey, and Carter(2012). Power law approximation by r
is tricky, suggested
options was listed in the paper.
Usage
corr.Bonferroni(p, ICC, r = 0, alpha = 0.05)
Arguments
p |
A numeric vector. A length |
ICC |
A number. Intraclass correlation correction factor, a real number between (0, 1). |
r |
A number. Tuning parameter for g** between (0, 1). Default |
alpha |
A real number. |
Value
A numeric vector of adjusted p-values.
References
Shi, Q., Pavey, E. S., & Carter, R. E. (2012). Bonferroniābased correction factor for multiple, correlated endpoints. Pharmaceutical statistics, 11(4), 300-309.
Examples
m <- 10
corr.Bonferroni(
p = runif(m),
ICC = 0.3
)
[Package corrMCT version 0.1.0 Index]