Mtoquant {binMto} | R Documentation |
For internal use only. Returns appropriate quantiles of multivariate normal distribution taking correlation into account, or from standard normal distribution, depending on specified arguments.
Mtoquant(nc, nx, pc, px, conf.level = 0.95, adj = "Dunnett", alternative = "two.sided")
nc |
number of trials in the control group |
nx |
numeric vector giving the number of trials in the treatmnet groups |
pc |
proportion of succes in the control group |
px |
numeric vector giving proportions of success in the treatment groups |
conf.level |
confidence level |
adj |
specifying the way of adjustment "Dunnett", "Bonferroni", "Unadj" |
alternative |
one of "two.sided", "less" or "greater" |
The appropriate quantile for CI construction in binMto.
Frank Schaarschmidt
Schaarschmidt, F., Biesheuvel, E., Hothorn, L.A. (2009) Asymptotic simultaneous confidence intervals for many-to-one comparisons of binary proportions in randomized clinical trials, Journal of Biopharmaceutical Statistics 19(2):292-310.
Piegorsch, W.W. (1991): Multiple comparisons for analyzing dichotomous response. Biometrics 47, 45-57.